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