PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


Un ITestInvocationListener qui enregistre la liste des scénarios de test réussis dans un fichier de test

Résumé

Constructeurs publics

PassingTestFileReporter()

Méthodes publiques

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

Constructeurs publics

PassingTestFileReporter

public PassingTestFileReporter ()

Méthodes publiques

invocationEnded

public void invocationEnded (long elapsedTime)

Paramètres
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Paramètres
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Paramètres
test TestDescription

result TestResult