|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.junit.runner.Runner org.junit.internal.runners.TestClassRunner org.seasar.framework.unit.S2TestClassRunner
public class S2TestClassRunner
テストクラスを扱うランナーです。
フィールドの概要 |
---|
クラス org.junit.internal.runners.TestClassRunner から継承されたフィールド |
---|
fEnclosedRunner |
コンストラクタの概要 | |
---|---|
S2TestClassRunner(Class<?> clazz,
Runner runner)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
void |
run(RunNotifier notifier)
|
クラス org.junit.internal.runners.TestClassRunner から継承されたメソッド |
---|
filter, getDescription, getTestClass, sort, validate |
クラス org.junit.runner.Runner から継承されたメソッド |
---|
testCount |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public S2TestClassRunner(Class<?> clazz, Runner runner) throws org.junit.internal.runners.InitializationError
clazz
- テストクラスrunner
- 委譲先のランナー
org.junit.internal.runners.InitializationError
- 初期化時に何らかのエラーが発生した場合メソッドの詳細 |
---|
public void run(RunNotifier notifier)
org.junit.internal.runners.TestClassRunner
内の run
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |