|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITestFilter
This class represents criteria to use for selecting a set of test methods to run. Implementations should choose an aspect to filter across, for example a declared method annotation.
| Method Summary | |
|---|---|
String |
filterString()
Returns a canonical String representation of the filter. |
boolean |
test(Method m)
Returns true if the method passes the filter, and false otherwise. |
| Method Detail |
|---|
boolean test(Method m)
m - the method being filteredString filterString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||