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 class
A sorter that orders tests alphanumerically by test name.Methods in org.junit.runner.manipulation with parameters of type Ordering.FactoryModifier and TypeMethodDescriptionstatic 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.FactoryModifier and TypeMethodDescriptionstatic Ordering
Ordering.definedBy
(Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass) Creates anOrdering
from the given factory class.