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 standardRunner
implementations. -
-
Uses of InvalidOrderingException in junit.framework
Methods in junit.framework that throw InvalidOrderingException Modifier and Type Method Description void
JUnit4TestAdapter. 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 void
Orderer. apply(java.lang.Object target)
Order the tests intarget
.void
Ordering. apply(java.lang.Object target)
Order the tests intarget
using this ordering.static Ordering
Ordering. definedBy(java.lang.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.void
Orderable. order(Orderer orderer)
Orders the tests usingorderer
java.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 void
ParentRunner. order(Orderer orderer)
Implementation ofOrderable.order(Orderer)
.
-