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

testResult

public void testResult (TestDescription test, 
                TestResult result)

パラメータ
test TestDescription

result TestResult