PassingTestFileReporter
public class PassingTestFileReporter
extends TestResultListener
implements ITestInvocationListener
合格したテストケースのリストをテストファイルに保存するITestInvocationListener
概要
パブリックコンストラクター
PassingTestFileReporter
public PassingTestFileReporter ()
パブリックメソッド
invocationEnded
public void invocationEnded (long elapsedTime)
invocationStarted
public void invocationStarted (IInvocationContext context)
パラメーター |
---|
context | IInvocationContext |
テスト結果
public void testResult (TestDescription test,
TestResult result)
パラメーター |
---|
test | TestDescription |
result | TestResult |