Package | Description |
---|---|
junit.framework |
Provides JUnit v3.x core classes.
|
org.junit.internal.runners |
Provides implementations of
Runner |
org.junit.runner.manipulation | |
org.junit.runners |
Provides standard
Runner implementations. |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4TestAdapter.sort(Sorter sorter) |
Modifier and Type | Method and Description |
---|---|
void |
JUnit4ClassRunner.sort(Sorter sorter)
Deprecated.
|
void |
JUnit38ClassRunner.sort(Sorter sorter) |
Modifier and Type | Class and Description |
---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name.
|
Modifier and Type | Field and Description |
---|---|
static Sorter |
Sorter.NULL
NULL is a
Sorter that leaves elements in an undefined order |
Modifier and Type | Method and Description |
---|---|
void |
Sortable.sort(Sorter sorter)
Sorts the tests using
sorter |
Modifier and Type | Method and Description |
---|---|
private java.util.Comparator<? super T> |
ParentRunner.comparator(Sorter sorter) |
void |
ParentRunner.sort(Sorter sorter) |