org.test4j.junit.filter.finder
类 ClasspathTestClazFinder
java.lang.Object
org.test4j.junit.filter.finder.ClasspathTestClazFinder
- 所有已实现的接口:
- TestClazFinder
public class ClasspathTestClazFinder
- extends Object
- implements TestClazFinder
Utility class to find classes within the class path, both inside and outside
of jar files. Inner and anonymous classes are not being considered in the
first place.
It's originally evolved out of ClassPathTestCollector in JUnit 3.8.1
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathTestClazFinder
public ClasspathTestClazFinder(TestAcceptor tester,
String classpathProperty)
find
public List<Class<?>> find()
- 指定者:
- 接口
TestClazFinder 中的 find
getTester
public TestAcceptor getTester()
Copyright © 2013. All rights reserved.