PassingTestFileReporter

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ę przetestowanych 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

PassingTestFileReporter

public PassingTestFileReporter ()

Metody publiczne

invocationEnded

public void invocationEnded (long elapsedTime)

Parametry
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Parametry
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Parametry
test TestDescription

result TestResult