Uses of Class
org.junit.runner.manipulation.Sorter
-
Packages that use Sorter Package Description junit.framework Provides JUnit v3.x core classes.org.junit.runner.manipulation org.junit.runners Provides standardRunnerimplementations. -
-
Uses of Sorter in junit.framework
Methods in junit.framework with parameters of type Sorter Modifier and Type Method Description voidJUnit4TestAdapter. sort(Sorter sorter) -
Uses of Sorter in org.junit.runner.manipulation
Subclasses of Sorter in org.junit.runner.manipulation Modifier and Type Class Description classAlphanumericA sorter that orders tests alphanumerically by test name.Fields in org.junit.runner.manipulation declared as Sorter Modifier and Type Field Description static SorterSorter. NULLNULL is aSorterthat leaves elements in an undefined orderMethods in org.junit.runner.manipulation with parameters of type Sorter Modifier and Type Method Description voidSortable. sort(Sorter sorter)Sorts the tests usingsorter -
Uses of Sorter in org.junit.runners
Methods in org.junit.runners with parameters of type Sorter Modifier and Type Method Description voidParentRunner. sort(Sorter sorter)
-