Uses of Class
org.junit.runners.model.RunnerBuilder
Packages that use RunnerBuilder
Package
Description
Provides implementations of
Request
.Provides classes used to describe, collect, run and analyze multiple tests.
Provides standard
Runner
implementations.-
Uses of RunnerBuilder in org.junit.experimental
Methods in org.junit.experimental with parameters of type RunnerBuilderModifier and TypeMethodDescriptionprotected Runner
ParallelComputer.getRunner
(RunnerBuilder builder, Class<?> testClass) ParallelComputer.getSuite
(RunnerBuilder builder, Class<?>[] classes) -
Uses of RunnerBuilder in org.junit.experimental.categories
Constructors in org.junit.experimental.categories with parameters of type RunnerBuilder -
Uses of RunnerBuilder in org.junit.experimental.runners
Constructors in org.junit.experimental.runners with parameters of type RunnerBuilderModifierConstructorDescriptionEnclosed
(Class<?> klass, RunnerBuilder builder) Only called reflectively. -
Uses of RunnerBuilder in org.junit.internal.builders
Subclasses of RunnerBuilder in org.junit.internal.buildersModifier and TypeClassDescriptionclass
class
TheAnnotatedBuilder
is a strategy for constructing runners for test class that have been annotated with the@RunWith
annotation.class
class
class
class
class
Fields in org.junit.internal.builders declared as RunnerBuilderMethods in org.junit.internal.builders that return RunnerBuilderModifier and TypeMethodDescriptionprotected RunnerBuilder
AllDefaultPossibilitiesBuilder.suiteMethodBuilder()
Constructors in org.junit.internal.builders with parameters of type RunnerBuilder -
Uses of RunnerBuilder in org.junit.internal.requests
Subclasses of RunnerBuilder in org.junit.internal.requestsModifier and TypeClassDescriptionprivate class
private class
Methods in org.junit.internal.requests that return RunnerBuilderModifier and TypeMethodDescriptionprotected RunnerBuilder
ClassRequest.CustomAllDefaultPossibilitiesBuilder.suiteMethodBuilder()
-
Uses of RunnerBuilder in org.junit.runner
Methods in org.junit.runner with parameters of type RunnerBuilderModifier and TypeMethodDescriptionprotected Runner
Computer.getRunner
(RunnerBuilder builder, Class<?> testClass) Create a single-class runner fortestClass
, usingbuilder
Computer.getSuite
(RunnerBuilder builder, Class<?>[] classes) Create a suite forclasses
, building Runners withbuilder
. -
Uses of RunnerBuilder in org.junit.runners
Constructors in org.junit.runners with parameters of type RunnerBuilderModifierConstructorDescriptionSuite
(Class<?> klass, RunnerBuilder builder) Called reflectively on classes annotated with@RunWith(Suite.class)
Suite
(RunnerBuilder builder, Class<?>[] classes) Call this when there is no single root class (for example, multiple class names passed on the command line toJUnitCore
protected
Suite
(RunnerBuilder builder, Class<?> klass, Class<?>[] suiteClasses) Called by this class and subclasses once the classes making up the suite have been determined