컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

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

검사 결과

public void testResult (TestDescription test, 
                TestResult result)

매개 변수
test TestDescription

result TestResult