java.lang.Object | +--junit.runner.ClassPathTestCollector | +--junit.runner.SimpleTestCollector
TestCollector
An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name |
boolean | isTestClass(String classFileName) |
public SimpleTestCollector()
TestCollector
protected boolean isTestClass(String classFileName)