Uses of Package
org.junit.runner.manipulation

Packages that use org.junit.runner.manipulation
junit.framework Provides JUnit v3.x core classes. 
org.junit.experimental.runners   
org.junit.experimental.theories   
org.junit.internal.requests Provides implementations of Request
org.junit.internal.runners Provides implementations of Runner 
org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. 
org.junit.runner.manipulation Provides classes to filter or sort tests. 
org.junit.runners Provides standard Runner implementations. 
 

Classes in org.junit.runner.manipulation used by junit.framework
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
Filterable
          Runners that allow filtering should implement this interface.
NoTestsRemainException
          Thrown when a filter removes all tests from a runner.
Sortable
          Interface for runners that allow sorting of tests.
Sorter
          A Sorter orders tests.
 

Classes in org.junit.runner.manipulation used by org.junit.experimental.runners
Filterable
          Runners that allow filtering should implement this interface.
Sortable
          Interface for runners that allow sorting of tests.
 

Classes in org.junit.runner.manipulation used by org.junit.experimental.theories
Filterable
          Runners that allow filtering should implement this interface.
Sortable
          Interface for runners that allow sorting of tests.
 

Classes in org.junit.runner.manipulation used by org.junit.internal.requests
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
 

Classes in org.junit.runner.manipulation used by org.junit.internal.runners
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
Filterable
          Runners that allow filtering should implement this interface.
NoTestsRemainException
          Thrown when a filter removes all tests from a runner.
Sortable
          Interface for runners that allow sorting of tests.
Sorter
          A Sorter orders tests.
 

Classes in org.junit.runner.manipulation used by org.junit.runner
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
 

Classes in org.junit.runner.manipulation used by org.junit.runner.manipulation
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
NoTestsRemainException
          Thrown when a filter removes all tests from a runner.
Sorter
          A Sorter orders tests.
 

Classes in org.junit.runner.manipulation used by org.junit.runners
Filter
          The canonical case of filtering is when you want to run a single test method in a class.
Filterable
          Runners that allow filtering should implement this interface.
NoTestsRemainException
          Thrown when a filter removes all tests from a runner.
Sortable
          Interface for runners that allow sorting of tests.
Sorter
          A Sorter orders tests.