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 un IDeviceBuildInfo#getTestsDir() nella cartella sul dispositivo. Per l'installazione di app di prova individuale, 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 ()

Ritorni
IAbi

setAbi

public void setAbi (IAbi abi)

Parametri
abi IAbi

impostazione

public void setUp (TestInformation testInfo)

Parametri
testInfo TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

demolire

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametri
testInfo TestInformation

e Throwable

Lanci
DeviceNotAvailableException