Uses of Interface
org.junit.runner.manipulation.Ordering.Factory
Packages that use Ordering.Factory
-
Uses of Ordering.Factory in org.junit.runner.manipulation
Classes in org.junit.runner.manipulation that implement Ordering.FactoryModifier and TypeClassDescriptionfinal classA sorter that orders tests alphanumerically by test name.Methods in org.junit.runner.manipulation with parameters of type Ordering.FactoryModifier and TypeMethodDescriptionstatic OrderingOrdering.definedBy(Ordering.Factory factory, Description annotatedTestClass) Creates anOrderingfrom the given factory.Method parameters in org.junit.runner.manipulation with type arguments of type Ordering.FactoryModifier and TypeMethodDescriptionstatic OrderingOrdering.definedBy(Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass) Creates anOrderingfrom the given factory class.