クラス
junit.runner.ClassPathTestCollector の使用

ClassPathTestCollector を使用しているパッケージ
junit.runner   
 

junit.runner での ClassPathTestCollector の使用
 

junit.runner での ClassPathTestCollector のサブクラス
 class LoadingTestCollector
          An implementation of a TestCollector that loads all classes on the class path and tests whether it is assignable from Test or provides a static suite method.
 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
 



Copyright © 2001-2004 JUnit.org. All Rights Reserved.