AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


Un ITargetPreparer che installa tutte le app da una cartella IDeviceBuildInfo#getTestsDir() sul dispositivo. Per l'installazione di app di test individuali, consulta TestAppInstallSetup

Riepilogo

Costruttori pubblici

AllTestAppsInstallSetup ()

Metodi pubblici

IAbi getAbi ()
void setAbi ( IAbi abi)
void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInfo, Throwable e)

Costruttori pubblici

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Metodi pubblici

getAbi

public IAbi getAbi ()

ritorna
IAbi

setAbi

public void setAbi (IAbi abi)

Parametri
abi IAbi

impostare

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lancia
BuildError
DeviceNotAvailableException
TargetSetupError

demolire

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametri
testInfo TestInformation

e Throwable

Lancia
DeviceNotAvailableException