Rust 二進位測試

public class RustBinaryTest
extends RustTestBase implements IConfigurationReceiver, IDeviceTest

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)

公用建構函式

Rust 二進位測試

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

設定模組名稱

public void setModuleName (String name)

參數
name String