public interface TestClassFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(Class cls)
classes which are found by the ClassLookup algorithm are
passed to this method for further filtering
|
boolean |
include(String className)
Filters Classes (by Name) found before they get loaded by the ClassLoader
|
boolean include(String className)
className - name of the class including its packageboolean include(Class cls)
cls - classes which has been found by the class lookup MechanismCopyright © 2016. All Rights Reserved.