TestFileReporter を渡す

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

java.lang.オブジェクト
com.android.tradefed.result.TestResultListener
com.android.tradefed.result.PassingTestFileReporter


合格したテスト ケースのリストをテスト ファイルに保存するITestInvocationListener

まとめ

パブリックコンストラクター

PassingTestFileReporter ()

パブリックメソッド

void invocationEnded (long elapsedTime)
void invocationStarted (IInvocationContext context)
void testResult (TestDescription test, TestResult result)

パブリックコンストラクター

TestFileReporter を渡す

public PassingTestFileReporter ()

パブリックメソッド

呼び出し終了

public void invocationEnded (long elapsedTime)

パラメーター
elapsedTime long

呼び出し開始

public void invocationStarted (IInvocationContext context)

パラメーター
context IInvocationContext

テスト結果

public void testResult (TestDescription test, 
                TestResult result)

パラメーター
test TestDescription

result TestResult