AllTestAppsInstallSetup
public
class
AllTestAppsInstallSetup
extends BaseTargetPreparer
implements
IAbiReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.AllTestAppsInstallSetup |
Un ITargetPreparer
que instala todas las apps de una carpeta IDeviceBuildInfo.getTestsDir()
en el dispositivo. Para la instalación de apps de prueba individuales, consulta TestAppInstallSetup
.
Resumen
Constructores públicos | |
---|---|
AllTestAppsInstallSetup()
|
Métodos públicos | |
---|---|
IAbi
|
getAbi()
|
void
|
setAbi(IAbi abi)
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Constructores públicos
AllTestAppsInstallSetup
public AllTestAppsInstallSetup ()
Métodos públicos
setUp
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
Parámetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |