RustBinaryTest 类中的方法

public class RustBinaryTest
extends RustTestBase implements IConfigurationReceiver, IDeviceTest

java.lang.Object 中
   ↳ 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 ()

公共方法

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