PassandoTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


Un ITestInvocationListener che salva l'elenco dei casi di test superati in un file di test

Riepilogo

Costruttori pubblici

PassingTestFileReporter ()

Metodi pubblici

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

Costruttori pubblici

PassandoTestFileReporter

public PassingTestFileReporter ()

Metodi pubblici

invocationEnded

public void invocationEnded (long elapsedTime)

Parametri
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Parametri
context IInvocationContext

Risultato del test

public void testResult (TestDescription test, 
                TestResult result)

Parametri
test TestDescription

result TestResult