junit.runner
クラス LoadingTestCollector

java.lang.Object
  拡張junit.runner.ClassPathTestCollector
      拡張junit.runner.LoadingTestCollector
すべての実装インタフェース:
TestCollector

public class LoadingTestCollector
extends ClassPathTestCollector

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.

関連項目:
TestCollector

コンストラクタの概要
LoadingTestCollector()
           
 
メソッドの概要
protected  boolean isTestClass(java.lang.String classFileName)
           
 
クラス junit.runner.ClassPathTestCollector から継承したメソッド
classNameFromFile, collectFilesInPath, collectTests
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LoadingTestCollector

public LoadingTestCollector()
メソッドの詳細

isTestClass

protected boolean isTestClass(java.lang.String classFileName)
オーバーライド:
クラス ClassPathTestCollector 内の isTestClass


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