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

Packages that use InitializationError
org.junit.experimental   
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   
 

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.theories
 

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

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<?> klass)
          Creates a BlockJUnit4ClassRunner to run klass
JUnit4(Class<?> klass)
          Constructs a new instance of the default runner
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
 

Uses of InitializationError in org.junit.runners.model
 

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.