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
Fields in org.junit.internal.requests declared as OrderingConstructors 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 class
A sorter that orders tests alphanumerically by test name.class
ASorter
orders tests.Fields in org.junit.runner.manipulation declared as OrderingMethods 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) Constructors in org.junit.runner.manipulation with parameters of type Ordering