RustBinaryTest

public class RustBinaryTest
extends RustTestBase implements IDeviceTest , IConfigurationReceiver

java.lang.オブジェクト
com.android.tradefed.testtype.rust.RustTestBase
com.android.tradefed.testtype.rust.RustBinaryTest


指定されたデバイス上で Rust バイナリを実行するテスト。

まとめ

パブリックコンストラクター

RustBinaryTest ()

パブリックメソッド

ITestDevice getDevice ()

テスト対象のデバイスを取得します。

String getTestModule ()
void run ( TestInformation testInfo, ITestInvocationListener listener)

void setConfiguration ( IConfiguration configuration)

使用中のIConfigurationを挿入します。

void setDevice ( ITestDevice device)

テスト対象のデバイスを注入します。

void setModuleName (String name)

パブリックコンストラクター

RustBinaryTest

public RustBinaryTest ()

パブリックメソッド

デバイスの取得

public ITestDevice getDevice ()

テスト対象のデバイスを取得します。

戻り値
ITestDevice ITestDevice

getテストモジュール

public String getTestModule ()

戻り値
String

走る

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

パラメーター
testInfo TestInformation

listener ITestInvocationListener

投げる
DeviceNotAvailableException

set構成

public void setConfiguration (IConfiguration configuration)

使用中のIConfigurationを挿入します。

パラメーター
configuration IConfiguration

セットデバイス

public void setDevice (ITestDevice device)

テスト対象のデバイスを注入します。

パラメーター
device ITestDevice : 使用するITestDevice

setモジュール名

public void setModuleName (String name)

パラメーター
name String