PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


Geçen test durumlarının listesini bir test dosyasına kaydeden ITestInvocationListener

Özet

Herkese açık kurucular

PassingTestFileReporter()

Herkese açık yöntemler

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

Herkese açık kurucular

PassingTestFileReporter

public PassingTestFileReporter ()

Herkese açık yöntemler

invocationEnded

public void invocationEnded (long elapsedTime)

Parametreler
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Parametreler
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Parametreler
test TestDescription

result TestResult