Uses of Class
org.junit.runner.manipulation.Ordering
Packages that use Ordering
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
-
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 class
A sorter that orders tests alphanumerically by test name.class
ASorter
orders 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 Ordering
Ordering.definedBy
(Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass) Creates anOrdering
from the given factory class.static Ordering
Ordering.definedBy
(Ordering.Factory factory, Description annotatedTestClass) Creates anOrdering
from the given factory.static Ordering
Ordering.shuffledBy
(Random random)