Package org.junit.runner.manipulation
Since4.0
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Filterable Runners that allow filtering should implement this interface.
Sortable Interface for runners that allow sorting of tests.
Classes
Filter The canonical case of filtering is when you want to run a single test method in a class.
Sorter A Sorter orders tests.
Exceptions
NoTestsRemainException Thrown when a filter removes all tests from a runner.