- childrenInvoker(RunNotifier) - Method in class org.pantsbuild.tools.junit.impl.ConcurrentCompositeRequestRunner
-
- CompositeRequestRunner - Class in org.pantsbuild.tools.junit.impl
-
A JUnit Runner that handles a list of Requests.
- CompositeRequestRunner(List<Request>) - Constructor for class org.pantsbuild.tools.junit.impl.CompositeRequestRunner
-
Constructor
- Concurrency - Enum in org.pantsbuild.tools.junit.impl
-
Describes the type of concurrency desired when running a batch of tests.
- ConcurrentCompositeRequestRunner - Class in org.pantsbuild.tools.junit.impl
-
A Runner for running composite requests in a concurrent fashion.
- ConcurrentCompositeRequestRunner(List<Request>, Concurrency, int) - Constructor for class org.pantsbuild.tools.junit.impl.ConcurrentCompositeRequestRunner
-
- ConcurrentComputer - Class in org.pantsbuild.tools.junit.impl.experimental
-
This class allows test classes to run in parallel, test methods to run in parallel, or both.
- ConcurrentComputer(Concurrency, int) - Constructor for class org.pantsbuild.tools.junit.impl.experimental.ConcurrentComputer
-
- ConcurrentRunnerScheduler - Class in org.pantsbuild.tools.junit.impl
-
- ConcurrentRunnerScheduler(Concurrency, int) - Constructor for class org.pantsbuild.tools.junit.impl.ConcurrentRunnerScheduler
-
A concurrent scheduler to run junit tests in parallel if possible, followed by tests that can
only be run in serial.
- ConcurrentTestRunnerException - Exception in org.pantsbuild.tools.junit.impl.experimental
-
- ConcurrentTestRunnerException(String) - Constructor for exception org.pantsbuild.tools.junit.impl.experimental.ConcurrentTestRunnerException
-
- ConcurrentTestRunnerException(String, Throwable) - Constructor for exception org.pantsbuild.tools.junit.impl.experimental.ConcurrentTestRunnerException
-
- ConsoleRunner - Class in org.pantsbuild.tools.junit
-
Main entry point for the junit-runner task.
- ConsoleRunner() - Constructor for class org.pantsbuild.tools.junit.ConsoleRunner
-
- ConsoleRunnerImpl - Class in org.pantsbuild.tools.junit.impl
-
An alternative to JUnitCore with stream capture and junit-report xml output capabilities.
- ConsoleRunnerImpl.FailFastListener - Class in org.pantsbuild.tools.junit.impl
-
A run listener that will stop the test run after the first test failure.
- ConsoleRunnerImpl.FailFastRunner - Class in org.pantsbuild.tools.junit.impl
-
A runner that wraps the original test runner so we can add a listener
to stop the tests after the first test failure.
- CustomAnnotationBuilder - Class in org.pantsbuild.tools.junit.impl
-
Needed to support retrying flaky tests as well as add support for running scala tests.
- CustomAnnotationBuilder(int, PrintStream) - Constructor for class org.pantsbuild.tools.junit.impl.CustomAnnotationBuilder
-