Uses of Interface
org.junit.runner.manipulation.Sortable

Packages that use Sortable
junit.framework Provides JUnit v3.x core classes. 
org.junit.experimental.runners   
org.junit.experimental.theories   
org.junit.internal.runners Provides implementations of Runner 
org.junit.runners Provides standard Runner implementations. 
 

Uses of Sortable in junit.framework
 

Classes in junit.framework that implement Sortable
 class JUnit4TestAdapter
           
 

Uses of Sortable in org.junit.experimental.runners
 

Classes in org.junit.experimental.runners that implement Sortable
 class Enclosed
          If you put tests in inner classes, Ant, for example, won't find them.
 

Uses of Sortable in org.junit.experimental.theories
 

Classes in org.junit.experimental.theories that implement Sortable
 class Theories
           
 

Uses of Sortable in org.junit.internal.runners
 

Classes in org.junit.internal.runners that implement Sortable
 class JUnit38ClassRunner
           
 class JUnit4ClassRunner
          Deprecated. Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner. This may disappear as soon as 1 April 2009
 class SuiteMethod
          Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
 

Uses of Sortable in org.junit.runners
 

Classes in org.junit.runners that implement Sortable
 class AllTests
          Runner for use with JUnit 3.8.x-style AllTests classes (those that only implement a static suite() method).
 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 ParentRunner<T>
          Provides most of the functionality specific to a Runner that implements a "parent node" in the test tree, with children defined by objects of some data type T.
 class Suite
          Using Suite as a runner allows you to manually build a suite containing tests from many classes.