public interface Filterable
filter(Filter)
to remove tests that don't pass the filter.| Modifier and Type | Method and 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 outCopyright © 2002–2020 JUnit. All rights reserved.