ITest정보수신기

public interface ITestInformationReceiver

com.android.tradefed.testtype.ITestInformationReceiver


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

요약

공개 메소드

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

공개 메소드

테스트정보 가져오기

public abstract TestInformation getTestInformation ()

보고
TestInformation

setTestInformation

public abstract void setTestInformation (TestInformation testInformation)

매개변수
testInformation TestInformation