Uses of Class
org.junit.runner.manipulation.InvalidOrderingException
-
Packages that use InvalidOrderingException Package Description junit.framework Provides JUnit v3.x core classes.org.junit.runner.manipulation org.junit.runners Provides standardRunnerimplementations. -
-
Uses of InvalidOrderingException in junit.framework
Methods in junit.framework that throw InvalidOrderingException Modifier and Type Method Description voidJUnit4TestAdapter. order(Orderer orderer)Orders the tests usingorderer -
Uses of InvalidOrderingException in org.junit.runner.manipulation
Methods in org.junit.runner.manipulation that throw InvalidOrderingException Modifier and Type Method Description voidOrderer. apply(java.lang.Object target)Order the tests intarget.voidOrdering. apply(java.lang.Object target)Order the tests intargetusing this ordering.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.voidOrderable. order(Orderer orderer)Orders the tests usingordererjava.util.List<Description>Orderer. order(java.util.Collection<Description> descriptions)Orders the descriptions. -
Uses of InvalidOrderingException in org.junit.runners
Methods in org.junit.runners that throw InvalidOrderingException Modifier and Type Method Description voidParentRunner. order(Orderer orderer)Implementation ofOrderable.order(Orderer).
-