PushFileInvoker
public
class
PushFileInvoker
extends TestFilePushSetup
java.lang.Object 中 | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.TestFilePushSetup | ||
↳ | com.android.tradefed.targetprep.PushFileInvoker |
<ph type="x-smartling-placeholder"></ph>
此类已弃用。
改用 PushFilePreparer
一个 ITargetPreparer
,用于将测试 zip 中的文件推送到设备,并将其标记为可执行文件
并调用设备上的二进制文件或脚本。另请参阅 TestFilePushSetup
。
摘要
公共构造函数 | |
---|---|
PushFileInvoker()
|
公共方法 | |
---|---|
void
|
setUp(TestInformation testInfo)
|
公共构造函数
PushFileInvoker
public PushFileInvoker ()
公共方法
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo |
TestInformation |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |