|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.unit.RunNotifierCompatibility
public class RunNotifierCompatibility
org.junit.runner.notification.RunNotifier クラスの変更に対応するクラスです。
コンストラクタの概要 | |
---|---|
RunNotifierCompatibility()
|
メソッドの概要 | |
---|---|
static void |
testAborted(org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description,
java.lang.Throwable e)
RunNotifier#testAborted メソッドと同等の処理をします。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RunNotifierCompatibility()
メソッドの詳細 |
---|
public static void testAborted(org.junit.runner.notification.RunNotifier notifier, org.junit.runner.Description description, java.lang.Throwable e)
notifier
- ノティフィアーdescription
- テストのディスクリプションe
- 発生した例外
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |