AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.AllTestAppsInstallSetup


ITargetPreparer qui installe toutes les applications d'un dossier IDeviceBuildInfo.getTestsDir() sur l'appareil. Pour l'installation d'une application de test individuelle, consultez 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

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Méthodes publiques

getAbi

public IAbi getAbi ()

Renvoie
IAbi

setAbi

public void setAbi (IAbi abi)

Paramètres
abi IAbi

setUp

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Paramètres
testInfo TestInformation

e Throwable

Génère
DeviceNotAvailableException