org.junit.runner.manipulation
public interface Filterable
filter(Filter)
to remove tests that don't pass the filter.void filter(Filter filter) throws NoTestsRemainException
filter.filter - the Filter to applyNoTestsRemainException - if all tests are filtered out