Uses of Class
org.junit.runner.manipulation.Ordering
Packages that use Ordering
Package
Description
Provides implementations of
Request.Provides classes used to describe, collect, run and analyze multiple tests.
-
Uses of Ordering in org.junit.internal.requests
Constructors in org.junit.internal.requests with parameters of type Ordering -
Uses of Ordering in org.junit.runner
Methods in org.junit.runner with parameters of type Ordering -
Uses of Ordering in org.junit.runner.manipulation
Subclasses of Ordering in org.junit.runner.manipulationModifier and TypeClassDescriptionfinal classA sorter that orders tests alphanumerically by test name.classASorterorders tests.Methods in org.junit.runner.manipulation that return OrderingModifier and TypeMethodDescriptionAlphanumeric.create(Ordering.Context context) Ordering.Factory.create(Ordering.Context context) Creates an Ordering instance using the given context.static OrderingOrdering.definedBy(Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass) Creates anOrderingfrom the given factory class.static OrderingOrdering.definedBy(Ordering.Factory factory, Description annotatedTestClass) Creates anOrderingfrom the given factory.static OrderingOrdering.shuffledBy(Random random)