RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer |
ملخّص
وظائف الإنشاء العامة | |
---|---|
RunCommandTargetPreparer()
|
الطرق العامة | |
---|---|
final
void
|
addRunCommand(String cmd)
أضِف أمرًا سينفّذه المُعدّ. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
الطرق المحمية | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
تُعيد الجهاز لتطبيق المُعدِّل عليه. |
وظائف الإنشاء العامة
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
الطرق العامة
addRunCommand
public final void addRunCommand (String cmd)
أضِف أمرًا سينفّذه المُعدّ.
المعلمات | |
---|---|
cmd |
String |
الحصول على الأوامر
publicgetCommands ()
المرتجعات | |
---|---|
|
getExecutedCommands
publicgetExecutedCommands ()
المرتجعات | |
---|---|
|
إعداد
public void setUp (TestInformation testInfo)
المعلمات | |
---|---|
testInfo |
TestInformation |
عمليات الرمي | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
المعلمات | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |
الطرق المحمية
الحصول على جهاز
protected ITestDevice getDevice (TestInformation testInfo)
تُعيد الجهاز إلى تطبيق المُعدِّل.
المرتجعات | |
---|---|
ITestDevice |
الجهاز المطلوب تطبيق أداة التجهيز عليه |
عمليات الرمي | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |