RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer |
Resumen
Constructores públicos | |
---|---|
RunCommandTargetPreparer()
|
Métodos públicos | |
---|---|
final
void
|
addRunCommand(String cmd)
Agrega un comando que ejecutará el preparador. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Métodos protegidos | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
Muestra el dispositivo en el que se aplicará el preparador. |
Constructores públicos
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
Métodos públicos
addRunCommand
public final void addRunCommand (String cmd)
Agrega un comando que ejecutará el preparador.
Parámetros | |
---|---|
cmd |
String |
getCommands
publicgetCommands ()
Muestra | |
---|---|
|
getExecutedCommands
publicgetExecutedCommands ()
Muestra | |
---|---|
|
setUp
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |
Métodos protegidos
getDevice
protected ITestDevice getDevice (TestInformation testInfo)
Muestra el dispositivo en el que se aplicará el preparador.
Muestra | |
---|---|
ITestDevice |
Es el dispositivo en el que se aplicará el preparador. |
Arroja | |
---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |