Uses of Class
org.junit.runner.manipulation.Ordering
-
Packages that use Ordering Package Description org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.manipulation -
-
Uses of Ordering in org.junit.runner
Methods in org.junit.runner with parameters of type Ordering Modifier and Type Method Description RequestRequest. orderWith(Ordering ordering)Returns a Request whose Tests can be run in a certain order, defined byordering -
Uses of Ordering in org.junit.runner.manipulation
Subclasses of Ordering in org.junit.runner.manipulation Modifier and Type Class Description classAlphanumericA sorter that orders tests alphanumerically by test name.classSorterASorterorders tests.Methods in org.junit.runner.manipulation that return Ordering Modifier and Type Method Description OrderingAlphanumeric. create(Ordering.Context context)OrderingOrdering.Factory. create(Ordering.Context context)Creates an Ordering instance using the given context.static OrderingOrdering. definedBy(java.lang.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(java.util.Random random)Creates anOrderingthat shuffles the items using the givenRandominstance.
-