CompanionRunCommandTargetPreparer
public
class
CompanionRunCommandTargetPreparer
extends RunCommandTargetPreparer
java.lang.Object 中 | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.RunCommandTargetPreparer | ||
↳ | com.android.tradefed.targetprep.companion.CompanionRunCommandTargetPreparer |
在分配的配套设备上运行指定命令的 ITargetPreparer
摘要
公共构造函数 | |
---|---|
CompanionRunCommandTargetPreparer()
|
受保护的方法 | |
---|---|
ITestDevice
|
getDevice(TestInformation testInfo)
返回要应用准备器的设备。 |
公共构造函数
CompanionRunCommandTargetPreparer
public CompanionRunCommandTargetPreparer ()
受保护的方法
getDevice
protected ITestDevice getDevice (TestInformation testInfo)
返回要应用准备器的设备。
返回 | |
---|---|
ITestDevice |
要应用准备器的设备。 |
抛出 | |
---|---|
TargetSetupError |