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
|
setDevice(ITestDevice device)
テスト対象デバイスを挿入します。 |
void
|
setModuleName(String name)
|
パブリック コンストラクタ
RustBinaryTest
public RustBinaryTest ()
パブリック メソッド
getTestModule
public String getTestModule ()
| 戻り値 | |
|---|---|
String |
|
ホームラン
public void run (TestInformation testInfo, ITestInvocationListener listener)
| パラメータ | |
|---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
| 例外 | |
|---|---|
DeviceNotAvailableException |
|
setDevice
public void setDevice (ITestDevice device)
テスト対象デバイスを挿入します。
| パラメータ | |
|---|---|
device |
ITestDevice: 使用する ITestDevice |
setModuleName
public void setModuleName (String name)
| パラメータ | |
|---|---|
name |
String |