Uses of Class
org.junit.runner.manipulation.InvalidOrderingException
Packages that use InvalidOrderingException
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
RunnerProvides 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 TypeMethodDescriptionvoidOrder the tests intarget.voidOrder the tests intargetusing this ordering.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.voidOrders the tests usingordererOrderer.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