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 ()

الأساليب العامة

انتهت الدعوة

public void invocationEnded (long elapsedTime)

حدود
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

حدود
context IInvocationContext

نتيجة الاختبار

public void testResult (TestDescription test, 
                TestResult result)

حدود
test TestDescription

result TestResult