|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
A Listener for test progress
メソッドの概要 | |
void |
addError(Test test,
java.lang.Throwable t)
An error occurred. |
void |
addFailure(Test test,
AssertionFailedError t)
A failure occurred. |
void |
endTest(Test test)
A test ended. |
void |
startTest(Test test)
A test started. |
メソッドの詳細 |
public void addError(Test test, java.lang.Throwable t)
public void addFailure(Test test, AssertionFailedError t)
public void endTest(Test test)
public void startTest(Test test)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |