Interface TestExecutors.TestExecutorService

  • All Superinterfaces:
    java.util.concurrent.Executor, java.util.concurrent.ExecutorService, org.junit.rules.TestRule
    Enclosing class:
    TestExecutors

    public static interface TestExecutors.TestExecutorService
    extends java.util.concurrent.ExecutorService, org.junit.rules.TestRule
    A union of the ExecutorService and TestRule interfaces.
    • Method Summary

      • Methods inherited from interface java.util.concurrent.Executor

        execute
      • Methods inherited from interface java.util.concurrent.ExecutorService

        awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
      • Methods inherited from interface org.junit.rules.TestRule

        apply