org.seasar.framework.unit
クラス RunNotifierCompatibility

java.lang.Object
  上位を拡張 org.seasar.framework.unit.RunNotifierCompatibility

public class RunNotifierCompatibility
extends java.lang.Object

org.junit.runner.notification.RunNotifier クラスの変更に対応するクラスです。

作成者:
manhole

コンストラクタの概要
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
 

コンストラクタの詳細

RunNotifierCompatibility

public RunNotifierCompatibility()
メソッドの詳細

testAborted

public static void testAborted(org.junit.runner.notification.RunNotifier notifier,
                               org.junit.runner.Description description,
                               java.lang.Throwable e)
RunNotifier#testAborted メソッドと同等の処理をします。 (このメソッドはJUnit4.5で廃止されました)

パラメータ:
notifier - ノティフィアー
description - テストのディスクリプション
e - 発生した例外


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.