PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


Un ITestInvocationListener que guarda la lista de casos de prueba aprobados en un archivo de prueba

Resumen

Constructores públicos

PassingTestFileReporter()

Métodos públicos

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

Constructores públicos

PassingTestFileReporter

public PassingTestFileReporter ()

Métodos públicos

invocationEnded

public void invocationEnded (long elapsedTime)

Parámetros
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Parámetros
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Parámetros
test TestDescription

result TestResult