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 standardRunner
implementations. -
-
Uses of Sorter in junit.framework
Methods in junit.framework with parameters of type Sorter Modifier and Type Method Description void
JUnit4TestAdapter. sort(Sorter sorter)
-
Uses of Sorter in org.junit.runner.manipulation
Subclasses of Sorter in org.junit.runner.manipulation Modifier and Type Class Description class
Alphanumeric
A sorter that orders tests alphanumerically by test name.Fields in org.junit.runner.manipulation declared as Sorter Modifier and Type Field Description static Sorter
Sorter. NULL
NULL is aSorter
that leaves elements in an undefined orderMethods in org.junit.runner.manipulation with parameters of type Sorter Modifier and Type Method Description void
Sortable. 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 void
ParentRunner. sort(Sorter sorter)
-