|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjunit.runner.ClassPathTestCollector
junit.runner.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.
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 |
コンストラクタの詳細 |
public LoadingTestCollector()
メソッドの詳細 |
protected boolean isTestClass(java.lang.String classFileName)
ClassPathTestCollector
内の isTestClass
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |