Uses of Package
org.junit.runners.model

Packages that use org.junit.runners.model
edu.rice.cs.cunit.concJUnit   
org.junit.experimental   
org.junit.experimental.runners   
org.junit.experimental.theories   
org.junit.experimental.theories.internal   
org.junit.internal.builders   
org.junit.internal.runners.statements   
org.junit.rules   
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   
 

Classes in org.junit.runners.model used by edu.rice.cs.cunit.concJUnit
Statement
          Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.
 

Classes in org.junit.runners.model used by org.junit.experimental
InitializationError
          Represents one or more problems encountered while initializing a Runner
RunnerBuilder
          A RunnerBuilder is a strategy for constructing runners for classes.
 

Classes in org.junit.runners.model used by org.junit.experimental.runners
RunnerBuilder
          A RunnerBuilder is a strategy for constructing runners for classes.
 

Classes in org.junit.runners.model used by org.junit.experimental.theories
FrameworkMethod
          Represents a method on a test class to be invoked at the appropriate point in test execution.
InitializationError
          Represents one or more problems encountered while initializing a Runner
Statement
          Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.
 

Classes in org.junit.runners.model used by org.junit.experimental.theories.internal
TestClass
          Wraps a class to be run, providing method validation and annotation searching
 

Classes in org.junit.runners.model used by org.junit.internal.builders
RunnerBuilder
          A RunnerBuilder is a strategy for constructing runners for classes.
 

Classes in org.junit.runners.model used by org.junit.internal.runners.statements
FrameworkMethod
          Represents a method on a test class to be invoked at the appropriate point in test execution.
Statement
          Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.
 

Classes in org.junit.runners.model used by org.junit.rules
FrameworkMethod
          Represents a method on a test class to be invoked at the appropriate point in test execution.
Statement
          Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.
 

Classes in org.junit.runners.model used by org.junit.runner
InitializationError
          Represents one or more problems encountered while initializing a Runner
RunnerBuilder
          A RunnerBuilder is a strategy for constructing runners for classes.
 

Classes in org.junit.runners.model used by org.junit.runners
InitializationError
          Represents one or more problems encountered while initializing a Runner
RunnerBuilder
          A RunnerBuilder is a strategy for constructing runners for classes.
RunnerScheduler
          Represents a strategy for scheduling when individual test methods should be run (in serial or parallel) WARNING: still experimental, may go away.
TestClass
          Wraps a class to be run, providing method validation and annotation searching
 

Classes in org.junit.runners.model used by org.junit.runners.model
FrameworkField
          Represents a field on a test class (currently used only for Rules in BlockJUnit4ClassRunner, but custom runners can make other uses)
FrameworkMethod
          Represents a method on a test class to be invoked at the appropriate point in test execution.
InitializationError
          Represents one or more problems encountered while initializing a Runner