Raportujący plik testowy

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


ITestInvocationListener, który zapisuje listę przypadków testowych w pliku testowym

Podsumowanie

Konstruktory publiczne

PassingTestFileReporter()

Metody publiczne

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

Konstruktory publiczne

Raportujący plik testowy

public PassingTestFileReporter ()

Metody publiczne

Zakończenie wywołania

public void invocationEnded (long elapsedTime)

Parametry
elapsedTime long

Rozpoczęcie wywoływania

public void invocationStarted (IInvocationContext context)

Parametry
context IInvocationContext

wynik testu

public void testResult (TestDescription test, 
                TestResult result)

Parametry
test TestDescription

result TestResult