PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

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


ITestInvocationListener lưu danh sách các trường hợp kiểm thử thành công vào một tệp kiểm thử

Tóm tắt

Hàm khởi tạo công khai

PassingTestFileReporter()

Phương thức công khai

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

Hàm khởi tạo công khai

PassingTestFileReporter

public PassingTestFileReporter ()

Phương thức công khai

invocationEnded

public void invocationEnded (long elapsedTime)

Tham số
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

Tham số
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

Tham số
test TestDescription

result TestResult