IDeviceTest

public interface IDeviceTest

com.android.tradefed.testtype.IDeviceTest


ITestDevice 에 대한 참조가 필요한 개체에 대한 인터페이스입니다.

요약

공개 메소드

abstract ITestDevice getDevice ()

테스트 중인 장치를 가져옵니다.

abstract void setDevice ( ITestDevice device)

테스트 중인 장치를 주입합니다.

공개 메소드

getDevice

public abstract ITestDevice getDevice ()

테스트 중인 장치를 가져옵니다.

보고
ITestDevice ITestDevice

setDevice

public abstract void setDevice (ITestDevice device)

테스트 중인 장치를 주입합니다.

매개변수
device ITestDevice : 사용할 ITestDevice