Uses of Class
org.junit.runner.manipulation.Sorter
Packages that use Sorter
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Runner
Provides standard
Runner
implementations.-
Uses of Sorter in junit.framework
Methods in junit.framework with parameters of type Sorter -
Uses of Sorter in org.junit.internal.runners
Methods in org.junit.internal.runners with parameters of type Sorter -
Uses of Sorter in org.junit.runner.manipulation
Subclasses of Sorter in org.junit.runner.manipulationModifier and TypeClassDescriptionfinal class
A sorter that orders tests alphanumerically by test name.Fields in org.junit.runner.manipulation declared as SorterModifier and TypeFieldDescriptionstatic final Sorter
Sorter.NULL
NULL is aSorter
that leaves elements in an undefined orderMethods in org.junit.runner.manipulation with parameters of type Sorter -
Uses of Sorter in org.junit.runners
Methods in org.junit.runners with parameters of type SorterModifier and TypeMethodDescriptionprivate Comparator
<? super T> ParentRunner.comparator
(Sorter sorter) void