|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.junit.runner.manipulation | |
---|---|
org.junit.experimental.categories | |
org.junit.experimental.runners | |
org.junit.experimental.theories | |
org.junit.internal.runners | |
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. |
org.junit.runners.parameterized |
Classes in org.junit.runner.manipulation used by org.junit.experimental.categories | |
---|---|
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. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
Sortable
Interface for runners that allow sorting of tests. |
Classes in org.junit.runner.manipulation used by org.junit.experimental.runners | |
---|---|
Filterable
Runners that allow filtering should implement this interface. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
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. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
Sortable
Interface for runners that allow sorting of tests. |
Classes in org.junit.runner.manipulation used by org.junit.internal.runners | |
---|---|
Filterable
Runners that allow filtering should implement this interface. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
Sortable
Interface for runners that allow sorting of 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. |
|
Ordering
Reorders tests. |
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. |
|
InvalidOrderingException
Thrown when an ordering does something invalid (like remove or add children) |
|
NoTestsRemainException
Thrown when a filter removes all tests from a runner. |
|
Orderer
Orders tests. |
|
Ordering
Reorders tests. |
|
Ordering.Context
Context about the ordering being applied. |
|
Ordering.Factory
Factory for creating Ordering instances. |
|
Sortable
Interface for runners that allow sorting of tests. |
|
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. |
|
InvalidOrderingException
Thrown when an ordering does something invalid (like remove or add children) |
|
NoTestsRemainException
Thrown when a filter removes all tests from a runner. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
Orderer
Orders tests. |
|
Sortable
Interface for runners that allow sorting of tests. |
|
Sorter
A Sorter orders tests. |
Classes in org.junit.runner.manipulation used by org.junit.runners.parameterized | |
---|---|
Filterable
Runners that allow filtering should implement this interface. |
|
Orderable
Interface for runners that allow ordering of tests. |
|
Sortable
Interface for runners that allow sorting of tests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |