Package org.junit.runner.manipulation
- Since:
- 4.0
- See Also:
Runner
-
Interface Summary Interface Description Filterable Runners that allow filtering should implement this interface.Sortable Interface for runners that allow sorting of tests. -
Class Summary Class Description Filter The canonical case of filtering is when you want to run a single test method in a class.Sorter ASorter
orders tests. -
Exception Summary Exception Description NoTestsRemainException Thrown when a filter removes all tests from a runner.