junit.runner
クラス SimpleTestCollector

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

public class SimpleTestCollector
extends ClassPathTestCollector

An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name

関連項目:
TestCollector

コンストラクタの概要
SimpleTestCollector()
           
 
メソッドの概要
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
 

コンストラクタの詳細

SimpleTestCollector

public SimpleTestCollector()
メソッドの詳細

isTestClass

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


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