IDeviceTest

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