|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sorter | |
---|---|
org.junit.runner.manipulation | Provides classes to filter or sort tests. |
org.junit.runners | Provides standard Runner implementations. |
Uses of Sorter in org.junit.runner.manipulation |
---|
Subclasses of Sorter in org.junit.runner.manipulation | |
---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name. |
Fields in org.junit.runner.manipulation declared as Sorter | |
---|---|
static Sorter |
Sorter.NULL
NULL is a Sorter that leaves elements in an undefined order |
Methods in org.junit.runner.manipulation with parameters of type Sorter | |
---|---|
void |
Sortable.sort(Sorter sorter)
Sorts the tests using sorter |
Uses of Sorter in org.junit.runners |
---|
Methods in org.junit.runners with parameters of type Sorter | |
---|---|
void |
ParentRunner.sort(Sorter sorter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |