|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.runner.ClassPathTestCollector
junit.runner.SimpleTestCollector
public class SimpleTestCollector
An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name
TestCollector
Constructor Summary | |
---|---|
SimpleTestCollector()
|
Method Summary | |
---|---|
protected boolean |
isTestClass(java.lang.String classFileName)
|
Methods inherited from class junit.runner.ClassPathTestCollector |
---|
classNameFromFile, collectFilesInPath, collectTests |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTestCollector()
Method Detail |
---|
protected boolean isTestClass(java.lang.String classFileName)
isTestClass
in class ClassPathTestCollector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |