Uses of Class
org.junit.runner.manipulation.Sorter

Packages that use Sorter
junit.framework Provides JUnit v3.x core classes. 
org.junit.internal.runners Provides implementations of Runner 
org.junit.runner.manipulation Provides classes to filter or sort tests. 
org.junit.runners Provides standard Runner implementations. 
 

Uses of Sorter in junit.framework
 

Methods in junit.framework with parameters of type Sorter
 void JUnit4TestAdapter.sort(Sorter sorter)
           
 

Uses of Sorter in org.junit.internal.runners
 

Methods in org.junit.internal.runners with parameters of type Sorter
 void JUnit4ClassRunner.sort(Sorter sorter)
          Deprecated.  
 void JUnit38ClassRunner.sort(Sorter sorter)
           
 

Uses of Sorter in org.junit.runner.manipulation
 

Fields in org.junit.runner.manipulation declared as Sorter
static Sorter Sorter.NULL
          NULL is a Sorter that leaves elements in an undefined order
 

Methods in org.junit.runner.manipulation with parameters of type Sorter
 void Sortable.sort(Sorter sorter)
          Sorts the tests using sorter
 

Uses of Sorter in org.junit.runners
 

Methods in org.junit.runners with parameters of type Sorter
 void ParentRunner.sort(Sorter sorter)