|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ordering.Factory | |
---|---|
org.junit.runner.manipulation | Provides classes to filter or sort tests. |
Uses of Ordering.Factory in org.junit.runner.manipulation |
---|
Classes in org.junit.runner.manipulation that implement Ordering.Factory | |
---|---|
class |
Alphanumeric
A sorter that orders tests alphanumerically by test name. |
Methods in org.junit.runner.manipulation with parameters of type Ordering.Factory | |
---|---|
static Ordering |
Ordering.definedBy(Ordering.Factory factory,
Description annotatedTestClass)
Creates an Ordering from the given factory. |
Method parameters in org.junit.runner.manipulation with type arguments of type Ordering.Factory | |
---|---|
static Ordering |
Ordering.definedBy(Class<? extends Ordering.Factory> factoryClass,
Description annotatedTestClass)
Creates an Ordering from the given factory class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |