public interface TestFilter
Modifier and Type | Method and Description |
---|---|
boolean |
include(java.lang.Class cls)
Returns true if the given class must be included into the
TestSuite.
|
boolean |
include(java.lang.String classpath)
Returns true if the given classpath represents a class that can
be potentially included into the TestSuite.
|
Copyright © ${project.year} ${project.holder}. All Rights Reserved.