public class DefaultFilter extends Object implements TestClassFilter
| Constructor and Description |
|---|
DefaultFilter() |
| 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
|
public boolean include(String className)
TestClassFilterinclude in interface TestClassFilterclassName - name of the class including its packagepublic boolean include(Class cls)
TestClassFilterinclude in interface TestClassFiltercls - classes which has been found by the class lookup MechanismCopyright © 2016. All Rights Reserved.