Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Filterable
filter(Filter)
to remove tests that don't pass the filter.
public void filter(Filter filter) throws NoTestsRemainException
Remove tests that don't pass the parameterfilter
.
- Parameters:
filter
- theFilter
to apply
- Throws:
NoTestsRemainException
- if all tests are filtered out