PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


ITestInvocationListener ששומר את רשימת מקרי הבדיקה שעברו קובץ בדיקה

סיכום

קונסטרוקטורים גלויים לכולם

PassingTestFileReporter()

שיטות ציבוריות

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

קונסטרוקטורים גלויים לכולם

PassingTestFileReporter

public PassingTestFileReporter ()

שיטות ציבוריות

invocationEnded

public void invocationEnded (long elapsedTime)

פרמטרים
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

פרמטרים
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

פרמטרים
test TestDescription

result TestResult