RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
Java.lang.Nesne | ||
🎃 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎃 | com.android.tradefed.targetprep.RunCommandTargetPreparer |
Özet
Kamu inşaatçıları | |
---|---|
RunCommandTargetPreparer()
|
Herkese açık yöntemler | |
---|---|
final
void
|
addRunCommand(String cmd)
Hazırlayıcı tarafından çalıştırılacak bir komut ekleyin. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Korunan yöntemler | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
Hazırlayıcının uygulanacağı cihazı döndürür. |
Kamu inşaatçıları
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
Herkese açık yöntemler
addRunCommand
public final void addRunCommand (String cmd)
Hazırlayıcı tarafından çalıştırılacak bir komut ekleyin.
Parametreler | |
---|---|
cmd |
String |
getCommand'lar
publicgetCommands ()
İlerlemeler | |
---|---|
|
getExecutedCommands
publicgetExecutedCommands ()
İlerlemeler | |
---|---|
|
kur
public void setUp (TestInformation testInfo)
Parametreler | |
---|---|
testInfo |
TestInformation |
Fırlatma | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
Sökme
public void tearDown (TestInformation testInfo, Throwable e)
Parametreler | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Fırlatma | |
---|---|
DeviceNotAvailableException |
Korunan yöntemler
getCihaz
protected ITestDevice getDevice (TestInformation testInfo)
Hazırlayıcının uygulanacağı cihazı döndürür.
İlerlemeler | |
---|---|
ITestDevice |
Hazırlayıcının uygulanacağı cihaz. |
Fırlatma | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |