Uses of Class
org.junit.runner.manipulation.InvalidOrderingException
Packages that use InvalidOrderingException
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Runner
Provides standard
Runner
implementations.-
Uses of InvalidOrderingException in junit.framework
Methods in junit.framework that throw InvalidOrderingException -
Uses of InvalidOrderingException in org.junit.internal.runners
Methods in org.junit.internal.runners that throw InvalidOrderingException -
Uses of InvalidOrderingException in org.junit.runner.manipulation
Methods in org.junit.runner.manipulation that throw InvalidOrderingExceptionModifier and TypeMethodDescriptionvoid
Order the tests intarget
.void
Order the tests intarget
using this ordering.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.void
Orders the tests usingorderer
Orderer.order
(Collection<Description> descriptions) Orders the descriptions. -
Uses of InvalidOrderingException in org.junit.runners
Methods in org.junit.runners that throw InvalidOrderingException -
Uses of InvalidOrderingException in org.junit.runners.model
Methods in org.junit.runners.model that throw InvalidOrderingException