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)
성공적으로 또는 일부 오류로 인해 호출이 종료되었음을 보고합니다. 있습니다.
TradeFederation 프레임워크에서 자동으로 호출됩니다.
매개변수 | |
---|---|
elapsedTime |
long : 호출 경과 시간(밀리초) |
invocationStarted
public void invocationStarted (IInvocationContext context)
테스트 호출의 시작을 보고합니다.
TradeFederation 프레임워크에서 자동으로 호출됩니다. 신고자가 이를 재정의해야 함 이 메서드를 사용하여 여러 기기 보고를 지원할 수 있습니다.
매개변수 | |
---|---|
context |
IInvocationContext : 호출에 관한 정보입니다. |
testResult
public void testResult (TestDescription test, TestResult result)
매개변수 | |
---|---|
test |
TestDescription |
result |
TestResult |