PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

java.lang.Object
   ↳ com.android.tradefed.result.TestResultListener
     ↳ com.android.tradefed.result.PassingTestFileReporter


A ITestInvocationListener that saves the list of passing test cases to a test file

Summary

Public constructors

PassingTestFileReporter()

Public methods

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

Public constructors

PassingTestFileReporter

public PassingTestFileReporter ()

Public methods

invocationEnded

public void invocationEnded (long elapsedTime)

Parameters
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Parameters
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Parameters
test TestDescription

result TestResult