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 |
Summary
Public constructors | |
---|---|
ModuleOemTargetPreparer()
|
Public methods | |
---|---|
void
|
setUp(TestInformation testInfo)
Perform the target setup for testing, push modules to replace the preload ones |
Public constructors
ModuleOemTargetPreparer
public ModuleOemTargetPreparer ()
Public methods
setUp
public void setUp (TestInformation testInfo)
Perform the target setup for testing, push modules to replace the preload ones
Parameters | |
---|---|
testInfo |
TestInformation : The TestInformation of the invocation. |
Throws | |
---|---|
TargetSetupError |
if fatal error occurred setting up environment |
BuildError |
If an error occurs due to the build being prepared |
DeviceNotAvailableException |
if device became unresponsive |