|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.junit.runner.manipulation.Orderer
public final class Orderer
Orders tests.
Method Summary | |
---|---|
void |
apply(Object target)
Order the tests in target . |
List<Description> |
order(Collection<Description> descriptions)
Orders the descriptions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<Description> order(Collection<Description> descriptions) throws InvalidOrderingException
InvalidOrderingException
public void apply(Object target) throws InvalidOrderingException
target
.
InvalidOrderingException
- if ordering does something invalid (like remove or add
children)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |