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 ()
公用方法
setUp
public void setUp (TestInformation testInfo)
執行目標設定以進行測試,並推送模組取代預先載入的模組
參數 | |
---|---|
testInfo |
TestInformation :呼叫的 TestInformation 。 |
擲回 | |
---|---|
TargetSetupError |
設定環境時發生致命錯誤 |
BuildError |
如果因準備建構作業而發生錯誤 |
DeviceNotAvailableException |
如果裝置沒有回應 |