रस्टबाइनरीटेस्ट

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

पाएंटेस्ट मॉड्यूल

public String getTestModule ()

रिटर्न
String

रन

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

पैरामीटर
testInfo TestInformation

listener ITestInvocationListener

थ्रो
DeviceNotAvailableException

सेट कॉन्फ़िगरेशन

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