JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
I
M
O
R
S
V
A
AnnotatedClassRequest
- Class in
org.pantsbuild.tools.junit.impl
A ClassRequest that exposes the wrapped class.
AnnotatedClassRequest(Class<?>, int, PrintStream)
- Constructor for class org.pantsbuild.tools.junit.impl.
AnnotatedClassRequest
Constructs an instance for the given test class, number of retries for failing tests (0 means no retries) and a stream to print the information about flaky tests (those that first fail but then pass after retrying).
C
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
Request
s.
CompositeRequestRunner(List<Request>)
- Constructor for class org.pantsbuild.tools.junit.impl.
CompositeRequestRunner
Constructor
Concurrency
- Enum in
org.pantsbuild.tools.junit.impl
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
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.
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.
D
describeChild(Request)
- Method in class org.pantsbuild.tools.junit.impl.
CompositeRequestRunner
F
finished()
- Method in class org.pantsbuild.tools.junit.impl.
ConcurrentRunnerScheduler
G
getChildren()
- Method in class org.pantsbuild.tools.junit.impl.
CompositeRequestRunner
getClazz()
- Method in class org.pantsbuild.tools.junit.impl.
AnnotatedClassRequest
getRunner()
- Method in class org.pantsbuild.tools.junit.impl.
AnnotatedClassRequest
I
IS_PUBLIC_CONSTRUCTOR
- Static variable in class org.pantsbuild.tools.junit.impl.
ConsoleRunnerImpl
M
main(String[])
- Static method in class org.pantsbuild.tools.junit.
ConsoleRunner
main(String[])
- Static method in class org.pantsbuild.tools.junit.impl.
ConsoleRunnerImpl
Launcher for JUnitConsoleRunner.
O
org.pantsbuild.tools.junit
- package org.pantsbuild.tools.junit
org.pantsbuild.tools.junit.impl
- package org.pantsbuild.tools.junit.impl
R
runChild(Request, RunNotifier)
- Method in class org.pantsbuild.tools.junit.impl.
CompositeRequestRunner
S
schedule(Runnable)
- Method in class org.pantsbuild.tools.junit.impl.
ConcurrentRunnerScheduler
schedule(Runnable, Class<?>)
- Method in class org.pantsbuild.tools.junit.impl.
ConcurrentRunnerScheduler
Schedule a test childStatement associated with clazz, using clazz's policy to decide running in serial or parallel.
shouldRunClassesParallel()
- Method in enum org.pantsbuild.tools.junit.impl.
Concurrency
shouldRunMethodsParallel()
- Method in enum org.pantsbuild.tools.junit.impl.
Concurrency
V
valueOf(String)
- Static method in enum org.pantsbuild.tools.junit.impl.
Concurrency
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.pantsbuild.tools.junit.impl.
Concurrency
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
F
G
I
M
O
R
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes