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

เริ่มคำขอแล้ว

public void invocationStarted (IInvocationContext context)

พารามิเตอร์
context IInvocationContext

ผลการทดสอบ

public void testResult (TestDescription test, 
                TestResult result)

พารามิเตอร์
test TestDescription

result TestResult