| Modifier and Type | Method and Description |
|---|---|
void |
apply(Object target)
Order the tests in
target. |
List<Description> |
order(Collection<Description> descriptions)
Orders the descriptions.
|
public List<Description> order(Collection<Description> descriptions) throws InvalidOrderingException
InvalidOrderingExceptionpublic void apply(Object target) throws InvalidOrderingException
target.InvalidOrderingException - if ordering does something invalid (like remove or add
children)Copyright © 2002–2020 JUnit. All rights reserved.