ToutTestAppsInstallSetup
public
class
AllTestAppsInstallSetup
extends BaseTargetPreparer
implements
IAbiReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.AllTestAppsInstallSetup |
Un ITargetPreparer
qui installe toutes les applications à partir d'un IDeviceBuildInfo#getTestsDir()
sur l'appareil. Pour une installation d'application test individuelle, reportez-vous à TestAppInstallSetup
.
Résumé
Constructeurs publics | |
---|---|
AllTestAppsInstallSetup()
|
Méthodes publiques | |
---|---|
IAbi
|
getAbi()
|
void
|
setAbi(IAbi abi)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Constructeurs publics
ToutTestAppsInstallSetup
public AllTestAppsInstallSetup ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |