테스트 통과 보고
public class ReportPassedTests
extends CollectingTestListener
implements IConfigurationReceiver
java.lang.객체 | ||
↳ | com.android.tradefed.result.CollectingTestListener | |
↳ | com.android.tradefed.result.ReportPassedTests |
통과된 테스트를 제외할 수 있는 필터를 파일에 보고합니다.
요약
공개 생성자 | |
---|---|
ReportPassedTests () |
공개 메서드 | |
---|---|
void | invocationEnded (long elapsedTime) |
void | invocationFailed (FailureDescription failure) |
void | setConfiguration ( IConfiguration configuration) 주입 |
void | setLogger (ITestLogger logger) |
void | testModuleEnded () |
void | testModuleStarted (IInvocationContext moduleContext) |
void | testRunEnded (long elapsedTime, runMetrics) testRunEnded (long elapsedTime, runMetrics)
|
공개 생성자
테스트 통과 보고
public ReportPassedTests ()
공개 메서드
호출종료
public void invocationEnded (long elapsedTime)
매개변수 | |
---|---|
elapsedTime | long |
호출 실패
public void invocationFailed (FailureDescription failure)
매개변수 | |
---|---|
failure | FailureDescription |
설정 구성
public void setConfiguration (IConfiguration configuration)
주입 IConfiguration
사용한다.
매개변수 | |
---|---|
configuration | IConfiguration |
setLogger
public void setLogger (ITestLogger logger)
매개변수 | |
---|---|
logger | ITestLogger |
테스트 모듈 종료
public void testModuleEnded ()
테스트 모듈 시작됨
public void testModuleStarted (IInvocationContext moduleContext)
매개변수 | |
---|---|
moduleContext | IInvocationContext |
테스트 실행 종료
public void testRunEnded (long elapsedTime,runMetrics)
매개변수 | |
---|---|
elapsedTime | long |
runMetrics |