Uses of Class
org.junit.runner.manipulation.Sorter
-
Packages that use Sorter Package Description junit.framework Provides JUnit v3.x core classes.org.junit.internal.runners Provides implementations ofRunner
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.internal.runners
Methods in org.junit.internal.runners with parameters of type Sorter Modifier and Type Method Description void
JUnit38ClassRunner. sort(Sorter sorter)
void
JUnit4ClassRunner. sort(Sorter sorter)
Deprecated. -
Uses of Sorter in org.junit.runner.manipulation
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 private java.util.Comparator<? super T>
ParentRunner. comparator(Sorter sorter)
void
ParentRunner. sort(Sorter sorter)
-