Uses of Class
org.junit.runners.ParentRunner

Packages that use ParentRunner
org.junit.experimental.runners   
org.junit.experimental.theories   
org.junit.runners Provides standard Runner implementations. 
 

Uses of ParentRunner in org.junit.experimental.runners
 

Subclasses of ParentRunner in org.junit.experimental.runners
 class Enclosed
          If you put tests in inner classes, Ant, for example, won't find them.
 

Uses of ParentRunner in org.junit.experimental.theories
 

Subclasses of ParentRunner in org.junit.experimental.theories
 class Theories
           
 

Uses of ParentRunner in org.junit.runners
 

Subclasses of ParentRunner in org.junit.runners
 class BlockJUnit4ClassRunner
          Implements the JUnit 4 standard test case class model, as defined by the annotations in the org.junit package.
 class JUnit4
          Aliases the current default JUnit 4 class runner, for future-proofing.
 class Parameterized
           The custom runner Parameterized implements parameterized tests.
 class Suite
          Using Suite as a runner allows you to manually build a suite containing tests from many classes.