public static interface TestCaseCollector.TestCaseFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class<?> clazz)
Determine that based on the class type, if it can be accepted
|
boolean |
accept(Method method)
Determine that based on the method signature, if it can be accepted
|