|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filterable
Runners that allow filtering should implement this interface. Implement filter(Filter)
to remove tests that don't pass the filter.
Method Summary | |
---|---|
void |
filter(Filter filter)
Remove tests that don't pass the parameter filter . |
Method Detail |
---|
void filter(Filter filter) throws NoTestsRemainException
filter
.
filter
- the Filter
to apply
NoTestsRemainException
- if all tests are filtered out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |