Uses of Interface
org.junit.runner.manipulation.Ordering.Factory
-
Packages that use Ordering.Factory Package Description org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.manipulation -
-
Uses of Ordering.Factory in org.junit.runner
Methods in org.junit.runner that return types with arguments of type Ordering.Factory Modifier and Type Method Description java.lang.Class<? extends Ordering.Factory>
value()
Gets a class that extendsOrdering
. -
Uses of Ordering.Factory in org.junit.runner.manipulation
Classes in org.junit.runner.manipulation that implement Ordering.Factory Modifier and Type Class Description class
Alphanumeric
A sorter that orders tests alphanumerically by test name.Methods in org.junit.runner.manipulation with parameters of type Ordering.Factory Modifier and Type Method Description static Ordering
Ordering. definedBy(Ordering.Factory factory, Description annotatedTestClass)
Creates anOrdering
from the given factory.Method parameters in org.junit.runner.manipulation with type arguments of type Ordering.Factory Modifier and Type Method Description static Ordering
Ordering. definedBy(java.lang.Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass)
Creates anOrdering
from the given factory class.
-