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 المطلوب استخدامها

اسم الوحدة

public void setModuleName (String name)

المعلمات
name String