Uses of Class
org.junit.runners.model.InitializationError
-
Packages that use InitializationError Package Description org.junit.experimental org.junit.experimental.categories org.junit.experimental.theories org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runners Provides standardRunner
implementations.org.junit.runners.model org.junit.runners.parameterized -
-
Uses of InitializationError in org.junit.experimental
Methods in org.junit.experimental that throw InitializationError Modifier and Type Method Description Runner
ParallelComputer. getSuite(RunnerBuilder builder, java.lang.Class<?>[] classes)
-
Uses of InitializationError in org.junit.experimental.categories
Methods in org.junit.experimental.categories that throw InitializationError Modifier and Type Method Description private static void
Categories. assertNoCategorizedDescendentsOfUncategorizeableParents(Description description)
private static void
Categories. assertNoDescendantsHaveCategoryAnnotations(Description description)
Constructors in org.junit.experimental.categories that throw InitializationError Constructor Description Categories(java.lang.Class<?> klass, RunnerBuilder builder)
-
Uses of InitializationError in org.junit.experimental.theories
Constructors in org.junit.experimental.theories that throw InitializationError Constructor Description Theories(java.lang.Class<?> klass)
-
Uses of InitializationError in org.junit.runner
Methods in org.junit.runner that throw InitializationError Modifier and Type Method Description Runner
Computer. getSuite(RunnerBuilder builder, java.lang.Class<?>[] classes)
Create a suite forclasses
, building Runners withbuilder
. -
Uses of InitializationError in org.junit.runners
Methods in org.junit.runners that throw InitializationError Modifier and Type Method Description private java.util.List<Runner>
Parameterized. createRunnersForParameters(java.lang.Iterable<java.lang.Object> allParameters, java.lang.String namePattern, ParametersRunnerFactory runnerFactory)
private static java.lang.Class<?>[]
Suite. getAnnotatedClasses(java.lang.Class<?> klass)
private void
ParentRunner. validate()
Constructors in org.junit.runners that throw InitializationError Constructor Description BlockJUnit4ClassRunner(java.lang.Class<?> klass)
Creates a BlockJUnit4ClassRunner to runklass
JUnit4(java.lang.Class<?> klass)
Constructs a new instance of the default runnerParentRunner(java.lang.Class<?> testClass)
Constructs a newParentRunner
that will run@TestClass
Suite(java.lang.Class<?> klass, java.lang.Class<?>[] suiteClasses)
Call this when the default builder is good enough.Suite(java.lang.Class<?> klass, java.util.List<Runner> runners)
Called by this class and subclasses once the runners making up the suite have been determinedSuite(java.lang.Class<?> klass, RunnerBuilder builder)
Called reflectively on classes annotated with@RunWith(Suite.class)
Suite(RunnerBuilder builder, java.lang.Class<?>[] classes)
Call this when there is no single root class (for example, multiple class names passed on the command line toJUnitCore
Suite(RunnerBuilder builder, java.lang.Class<?> klass, java.lang.Class<?>[] suiteClasses)
Called by this class and subclasses once the classes making up the suite have been determined -
Uses of InitializationError in org.junit.runners.model
Methods in org.junit.runners.model that throw InitializationError Modifier and Type Method Description (package private) java.lang.Class<?>
RunnerBuilder. addParent(java.lang.Class<?> parent)
java.util.List<Runner>
RunnerBuilder. runners(java.lang.Class<?> parent, java.lang.Class<?>[] children)
Constructs and returns a list of Runners, one for each child class inchildren
.java.util.List<Runner>
RunnerBuilder. runners(java.lang.Class<?> parent, java.util.List<java.lang.Class<?>> children)
-
Uses of InitializationError in org.junit.runners.parameterized
Methods in org.junit.runners.parameterized that throw InitializationError Modifier and Type Method Description Runner
BlockJUnit4ClassRunnerWithParametersFactory. createRunnerForTestWithParameters(TestWithParameters test)
Runner
ParametersRunnerFactory. createRunnerForTestWithParameters(TestWithParameters test)
Returns a runner for the specifiedTestWithParameters
.Constructors in org.junit.runners.parameterized that throw InitializationError Constructor Description BlockJUnit4ClassRunnerWithParameters(TestWithParameters test)
-