Uses of Class
org.junit.runners.model.InitializationError

Packages that use InitializationError
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 standard Runner implementations. 
org.junit.runners.model   
org.junit.runners.parameterized   
 

Uses of InitializationError in org.junit.experimental
 

Methods in org.junit.experimental that throw InitializationError
 Runner ParallelComputer.getSuite(RunnerBuilder builder, Class<?>[] classes)
           
 

Uses of InitializationError in org.junit.experimental.categories
 

Constructors in org.junit.experimental.categories that throw InitializationError
Categories(Class<?> klass, RunnerBuilder builder)
           
 

Uses of InitializationError in org.junit.experimental.theories
 

Constructors in org.junit.experimental.theories that throw InitializationError
Theories(Class<?> klass)
           
Theories(TestClass testClass)
           
 

Uses of InitializationError in org.junit.runner
 

Methods in org.junit.runner that throw InitializationError
 Runner Computer.getSuite(RunnerBuilder builder, Class<?>[] classes)
          Create a suite for classes, building Runners with builder.
 

Uses of InitializationError in org.junit.runners
 

Constructors in org.junit.runners that throw InitializationError
BlockJUnit4ClassRunner(Class<?> testClass)
          Creates a BlockJUnit4ClassRunner to run testClass
BlockJUnit4ClassRunner(TestClass testClass)
          Creates a BlockJUnit4ClassRunner to run testClass.
JUnit4(Class<?> klass)
          Constructs a new instance of the default runner
ParentRunner(Class<?> testClass)
          Constructs a new ParentRunner that will run @TestClass
ParentRunner(TestClass testClass)
          Constructs a new ParentRunner that will run the TestClass.
Suite(Class<?> klass, Class<?>[] suiteClasses)
          Call this when the default builder is good enough.
Suite(Class<?> klass, List<Runner> runners)
          Called by this class and subclasses once the runners making up the suite have been determined
Suite(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 to JUnitCore
Suite(RunnerBuilder builder, Class<?> klass, 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
 

Subclasses of InitializationError in org.junit.runners.model
 class InvalidTestClassError
          Thrown by Runners in case the class under test is not valid.
 

Methods in org.junit.runners.model that throw InitializationError
 List<Runner> RunnerBuilder.runners(Class<?> parent, Class<?>[] children)
          Constructs and returns a list of Runners, one for each child class in children.
 List<Runner> RunnerBuilder.runners(Class<?> parent, List<Class<?>> children)
           
 

Uses of InitializationError in org.junit.runners.parameterized
 

Methods in org.junit.runners.parameterized that throw InitializationError
 Runner ParametersRunnerFactory.createRunnerForTestWithParameters(TestWithParameters test)
          Returns a runner for the specified TestWithParameters.
 Runner BlockJUnit4ClassRunnerWithParametersFactory.createRunnerForTestWithParameters(TestWithParameters test)
           
 

Constructors in org.junit.runners.parameterized that throw InitializationError
BlockJUnit4ClassRunnerWithParameters(TestWithParameters test)
           
 



Copyright © 2002–2020 JUnit. All rights reserved.