Package org.junit.runner.manipulation
package org.junit.runner.manipulation
- Since:
- 4.0
- See Also:
-
ClassDescriptionA sorter that orders tests alphanumerically by test name.The canonical case of filtering is when you want to run a single test method in a class.Runners that allow filtering should implement this interface.Thrown when an ordering does something invalid (like remove or add children)Thrown when a filter removes all tests from a runner.Interface for runners that allow ordering of tests.Orders tests.Reorders tests.Context about the ordering being applied.Factory for creating
Ordering
instances.Interface for runners that allow sorting of tests.ASorter
orders tests.