RustBinaryTest

public class RustBinaryTest
extends RustTestBase implements IDeviceTest , IConfigurationReceiver

java.lang.Object
com.android.tradefed.testtype.rust.RustTestBase
com.android.tradefed.testtype.rust.RustBinaryTest


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

まとめ

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

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 ()

公開メソッド

getDevice

public ITestDevice getDevice ()

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

戻り値
ITestDevice ITestDevice

getTestModule

public String getTestModule ()

戻り値
String

走る

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

パラメーター
testInfo TestInformation

listener ITestInvocationListener

スロー
DeviceNotAvailableException

setConfiguration

public void setConfiguration (IConfiguration configuration)

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

パラメーター
configuration IConfiguration

setDevice

public void setDevice (ITestDevice device)

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

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

setModuleName

public void setModuleName (String name)

パラメーター
name String