PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

Obiekt Java.lang.Object
com.android.tradefed.result.TestResultListener
com.android.tradefed.result.PassingTestFileReporter


ITestInvocationListener , który zapisuje listę przekazanych przypadków testowych do pliku testowego

Streszczenie

Konstruktorzy publiczni

PassingTestFileReporter ()

Metody publiczne

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

Konstruktorzy publiczni

PassingTestFileReporter

public PassingTestFileReporter ()

Metody publiczne

wywołanieZakończone

public void invocationEnded (long elapsedTime)

Parametry
elapsedTime long

wywołanieRozpoczęte

public void invocationStarted (IInvocationContext context)

Parametry
context IInvocationContext

wynik testu

public void testResult (TestDescription test, 
                TestResult result)

Parametry
test TestDescription

result TestResult