ITestInformationReceiver
public
interface
ITestInformationReceiver
com.android.tradefed.testtype.ITestInformationReceiver |
일부 클래스의 TestInformation
를 수신하는 인터페이스입니다. 이 인터페이스가 필요하지 않음
이미 IRemoteTest#run(TestInformation,
com.android.tradefed.result.ITestInvocationListener)
를 사용할 수 있으므로 IRemoteTest
에 적용됩니다.
요약
공개 메서드 | |
---|---|
abstract
TestInformation
|
getTestInformation()
|
abstract
void
|
setTestInformation(TestInformation testInformation)
|
공개 메서드
테스트 정보 설정
public abstract void setTestInformation (TestInformation testInformation)
매개변수 | |
---|---|
testInformation |
TestInformation |