ITestInformationReceiver

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


일부 클래스의 TestInformation를 수신하는 인터페이스 IRemoteTest는 이미 IRemoteTest.run(TestInformation,com.android.tradefed.result.ITestInvocationListener)를 사용할 수 있으므로 이 인터페이스가 필요하지 않습니다.

요약

공개 메서드

abstract TestInformation getTestInformation()
abstract void setTestInformation(TestInformation testInformation)

공개 메서드

getTestInformation

public abstract TestInformation getTestInformation ()

반환
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

매개변수
testInformation TestInformation