Package org.junit.runner.manipulation


package org.junit.runner.manipulation
Provides classes to filter or sort tests.
Since:
4.0
See Also:
  • Class
    Description
    A 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.
    A Sorter orders tests.