RustBinaryTest
public
class
RustBinaryTest
extends RustTestBase
implements
IConfigurationReceiver,
IDeviceTest
java.lang.Object | ||
↳ | com.android.tradefed.testtype.rust.RustTestBase | |
↳ | com.android.tradefed.testtype.rust.RustBinaryTest |
Test, który uruchamia plik binarny rust na danym urządzeniu.
Podsumowanie
Konstruktory publiczne | |
---|---|
RustBinaryTest()
|
Metody publiczne | |
---|---|
ITestDevice
|
getDevice()
Przygotuj urządzenie do testowania. |
String
|
getTestModule()
|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setConfiguration(IConfiguration configuration)
Wstrzykuje |
void
|
setDevice(ITestDevice device)
Wstrzyknij urządzenie testowe. |
void
|
setModuleName(String name)
|
Konstruktory publiczne
RustBinaryTest
public RustBinaryTest ()
Metody publiczne
getDevice
public ITestDevice getDevice ()
Przygotuj urządzenie do testowania.
Zwroty | |
---|---|
ITestDevice |
ITestDevice |
getTestModule
public String getTestModule ()
Zwroty | |
---|---|
String |
home run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Parametry | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
Rzuty | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Wstrzykuje IConfiguration
w użyciu.
Parametry | |
---|---|
configuration |
IConfiguration |
setDevice
public void setDevice (ITestDevice device)
Wstrzyknij urządzenie testowe.
Parametry | |
---|---|
device |
ITestDevice : ITestDevice do użycia |
setModuleName
public void setModuleName (String name)
Parametry | |
---|---|
name |
String |