Package | Description |
---|---|
org.junit.runner.manipulation |
Modifier and Type | Class and Description |
---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name.
|
Modifier and Type | Method and Description |
---|---|
static Ordering |
Ordering.definedBy(Ordering.Factory factory,
Description annotatedTestClass)
Creates an
Ordering from the given factory. |
Modifier and Type | Method and Description |
---|---|
static Ordering |
Ordering.definedBy(java.lang.Class<? extends Ordering.Factory> factoryClass,
Description annotatedTestClass)
Creates an
Ordering from the given factory class. |