RunCommandTargetPreparer
public
class
RunCommandTargetPreparer
extends BaseTargetPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer | |
Summary
Public constructors | |
|---|---|
RunCommandTargetPreparer()
|
|
Public methods | |
|---|---|
final
void
|
addRunCommand(String cmd)
Add a command that will be run by the preparer. |
|
getCommands()
|
|
getExecutedCommands()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Protected methods | |
|---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
Returns the device to apply the preparer on. |
Public constructors
RunCommandTargetPreparer
public RunCommandTargetPreparer ()
Public methods
addRunCommand
public final void addRunCommand (String cmd)
Add a command that will be run by the preparer.
| Parameters | |
|---|---|
cmd |
String |
getCommands
publicgetCommands ()
| Returns | |
|---|---|
|
|
getExecutedCommands
publicgetExecutedCommands ()
| Returns | |
|---|---|
|
|
setUp
public void setUp (TestInformation testInfo)
| Parameters | |
|---|---|
testInfo |
TestInformation |
| Throws | |
|---|---|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| Parameters | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| Throws | |
|---|---|
DeviceNotAvailableException |
|
Protected methods
getDevice
protected ITestDevice getDevice (TestInformation testInfo)
Returns the device to apply the preparer on.
| Returns | |
|---|---|
ITestDevice |
The device to apply the preparer on. |
| Throws | |
|---|---|
|
com.android.tradefed.targetprep.TargetSetupError |
TargetSetupError |
|