PushFileInvoker
public
class
PushFileInvoker
extends TestFilePushSetup
| java.lang.Object | |||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
| ↳ | com.android.tradefed.targetprep.TestFilePushSetup | ||
| ↳ | com.android.tradefed.targetprep.PushFileInvoker | ||
This class is deprecated.
Use PushFilePreparer instead
A ITargetPreparer that pushes files from tests zip onto device, mark them as executable
and invokes the binary or script on device. See also TestFilePushSetup.
Summary
Public constructors | |
|---|---|
PushFileInvoker()
|
|
Public methods | |
|---|---|
void
|
setUp(TestInformation testInfo)
|
Public constructors
PushFileInvoker
public PushFileInvoker ()
Public methods
setUp
public void setUp (TestInformation testInfo)
| Parameters | |
|---|---|
testInfo |
TestInformation |
| Throws | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|