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