AllTests, BlockJUnit4ClassRunner, Categories, Enclosed, org.junit.internal.runners.JUnit38ClassRunner, JUnit4, Parameterized, ParentRunner, Suite, org.junit.internal.runners.SuiteMethod, Theoriespublic interface Filterable
filter(Filter)
to remove tests that don't pass the filter.| Modifier and Type | Method | Description |
|---|---|---|
void |
filter(Filter filter) |
Remove tests that don't pass the parameter
filter. |
void filter(Filter filter) throws NoTestsRemainException
filter.filter - the Filter to applyNoTestsRemainException - if all tests are filtered out