AllTestAppsInstallSetup
public class AllTestAppsInstallSetup
extends BaseTargetPreparer
implements IAbiReceiver
java.lang.Oggetto | ||
↳ | 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 un'app di test 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
impostare
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo | TestInformation |
Getta | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo | TestInformation |
e | Throwable |
Getta | |
---|---|
DeviceNotAvailableException |