设备测试

public interface IDeviceTest

com.android.tradefed.testtype.IDeviceTest


需要引用ITestDevice的对象的接口。

概括

公共方法

abstract ITestDevice getDevice ()

获取被测设备。

abstract void setDevice (ITestDevice device)

注入被测设备。

公共方法

获取设备

public abstract ITestDevice getDevice ()

获取被测设备。

退货
ITestDevice ITestDevice

设置设备

public abstract void setDevice (ITestDevice device)

注入被测设备。

参数
device ITestDevice :要使用的ITestDevice