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 ()
सार्वजनिक तरीके
getDevice
public ITestDevice getDevice ()
टेस्ट किया जा रहा डिवाइस पाएं.
रिटर्न | |
---|---|
ITestDevice |
ITestDevice |
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 |