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

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

 

Methods in junit.framework with parameters of type Orderer
 void JUnit4TestAdapter.order(Orderer orderer)
          Orders the tests using orderer
 

 

Methods in org.junit.runner.manipulation with parameters of type Orderer
 void Orderable.order(Orderer orderer)
          Orders the tests using orderer
 

 

Methods in org.junit.runners with parameters of type Orderer
 void ParentRunner.order(Orderer orderer)
          Implementation of Orderable.order(Orderer).
 

Copyright © 2002–2021 JUnit. All rights reserved.