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