Uses of Class
org.junit.runner.manipulation.Orderer
-
Packages that use Orderer Package Description junit.framework Provides JUnit v3.x core classes.org.junit.internal.runners Provides implementations ofRunnerorg.junit.runner.manipulation org.junit.runners Provides standardRunnerimplementations. -
-
Uses of Orderer in junit.framework
Methods in junit.framework with parameters of type Orderer Modifier and Type Method Description voidJUnit4TestAdapter. order(Orderer orderer)Orders the tests usingorderer -
Uses of Orderer in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type Orderer Modifier and Type Method Description voidJUnit38ClassRunner. order(Orderer orderer)Orders the tests usingorderer -
Uses of Orderer in org.junit.runner.manipulation
Methods in org.junit.runner.manipulation with parameters of type Orderer Modifier and Type Method Description voidOrderable. order(Orderer orderer)Orders the tests usingorderer -
Uses of Orderer in org.junit.runners
Methods in org.junit.runners with parameters of type Orderer Modifier and Type Method Description voidParentRunner. order(Orderer orderer)Implementation ofOrderable.order(Orderer).
-