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


构造方法摘要
ClasspathTestClazFinder(TestAcceptor tester, String classpathProperty)
           
 
方法摘要
 List<Class<?>> find()
           
 TestAcceptor getTester()
           
 
从类 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.