PushFileInvoker
public class PushFileInvoker
extends TestFilePushSetup
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.TestFilePushSetup | ||
↳ | com.android.tradefed.targetprep.PushFileInvoker |
此类已弃用。
改用PushFilePreparer
一个ITargetPreparer
将文件从测试 zip 推送到设备上,将它们标记为可执行文件并调用设备上的二进制文件或脚本。另请参阅TestFilePushSetup
。
概括
公共构造函数 | |
---|---|
PushFileInvoker () |
公共方法 | |
---|---|
void | setUp ( TestInformation testInfo)
|
公共构造函数
PushFileInvoker
public PushFileInvoker ()
公共方法
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo | TestInformation |
投掷 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |