インタフェース
junit.runner.TestCollector の使用

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

junit.runner での TestCollector の使用
 

TestCollector を実装している junit.runner のクラス
 class ClassPathTestCollector
          An implementation of a TestCollector that consults the class path.
 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.