org.test4j.junit.filter
类 ClasspathFilterFactory
java.lang.Object
org.test4j.junit.filter.ClasspathFilterFactory
- 所有已实现的接口:
- FilterFactory
public class ClasspathFilterFactory
- extends Object
- implements FilterFactory
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathFilterFactory
public ClasspathFilterFactory()
create
public TestClazFinder create(String clazzpathProp,
FilterCondiction filterCondiction)
- 从接口
FilterFactory 复制的描述
- 根据classpath系统值和过滤条件创建测试类查找器
- 指定者:
- 接口
FilterFactory 中的 create
- 返回:
createFinder
public TestClazFinder createFinder(Class<?> suiteClazz)
- 从接口
FilterFactory 复制的描述
- 根据suiteClass上的注解 @TestFinder 构造测试类查找器
- 指定者:
- 接口
FilterFactory 中的 createFinder
- 返回:
Copyright © 2013. All rights reserved.