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 RunnerParallelComputer.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 TypeClassDescriptionclassclassTheAnnotatedBuilderis a strategy for constructing runners for test class that have been annotated with the@RunWithannotation.classclassclassclassclassFields in org.junit.internal.builders declared as RunnerBuilderMethods in org.junit.internal.builders that return RunnerBuilderModifier and TypeMethodDescriptionprotected RunnerBuilderAllDefaultPossibilitiesBuilder.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 classprivate classMethods in org.junit.internal.requests that return RunnerBuilderModifier and TypeMethodDescriptionprotected RunnerBuilderClassRequest.CustomAllDefaultPossibilitiesBuilder.suiteMethodBuilder() -
Uses of RunnerBuilder in org.junit.runner
Methods in org.junit.runner with parameters of type RunnerBuilderModifier and TypeMethodDescriptionprotected RunnerComputer.getRunner(RunnerBuilder builder, Class<?> testClass) Create a single-class runner fortestClass, usingbuilderComputer.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 toJUnitCoreprotectedSuite(RunnerBuilder builder, Class<?> klass, Class<?>[] suiteClasses) Called by this class and subclasses once the classes making up the suite have been determined