Class Orderer
java.lang.Object
org.junit.runner.manipulation.Orderer
-
Method Summary
Modifier and TypeMethodDescriptionvoidOrder the tests intarget.order(Collection<Description> descriptions) Orders the descriptions.
-
Method Details
-
order
public List<Description> order(Collection<Description> descriptions) throws InvalidOrderingException Orders the descriptions.- Returns:
- descriptions in order
- Throws:
InvalidOrderingException
-
apply
Order the tests intarget.- Throws:
InvalidOrderingException- if ordering does something invalid (like remove or add children)
-