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