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 classA sorter that orders tests alphanumerically by test name.classASorterorders 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 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) Constructors in org.junit.runner.manipulation with parameters of type Ordering