PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

java.lang.Object
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)

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

PassingTestFileReporter

public PassingTestFileReporter ()

パブリックメソッド

invocationEnded

public void invocationEnded (long elapsedTime)

パラメーター
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

パラメーター
context IInvocationContext

テスト結果

public void testResult (TestDescription test, 
                TestResult result)

パラメーター
test TestDescription

result TestResult