ModuleOemTargetPreparer
public
class
ModuleOemTargetPreparer
extends InstallApexModuleTargetPreparer
java.lang.Object | |||||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||||
↳ | com.android.tradefed.targetprep.TestAppInstallSetup | ||||
↳ | com.android.tradefed.targetprep.suite.SuiteApkInstaller | ||||
↳ | com.android.tradefed.targetprep.InstallApexModuleTargetPreparer | ||||
↳ | com.android.tradefed.targetprep.ModuleOemTargetPreparer |
摘要
公用建構函式 | |
---|---|
ModuleOemTargetPreparer()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInfo)
執行測試目標設定,推送模組以取代預先載入模組 |
公用建構函式
ModuleOemTargetPreparer
public ModuleOemTargetPreparer ()
公用方法
設定
public void setUp (TestInformation testInfo)
執行測試目標設定,推送模組以取代預先載入模組
參數 | |
---|---|
testInfo |
TestInformation :叫用的 TestInformation 。 |
擲回 | |
---|---|
TargetSetupError |
設定環境時發生嚴重錯誤。 |
BuildError |
如果因準備建構發生錯誤而發生錯誤 |
DeviceNotAvailableException |
裝置沒有回應時 |