AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


Un ITargetPreparer que instala todas las aplicaciones desde una carpeta IDeviceBuildInfo#getTestsDir() en el dispositivo. Para la instalación de una aplicación de prueba individual, consulte 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

conseguirAbi

public IAbi getAbi ()

Devoluciones
IAbi

setAbi

public void setAbi (IAbi abi)

Parámetros
abi IAbi

configuración

public void setUp (TestInformation testInfo)

Parámetros
testInfo TestInformation

Lanza
BuildError
DeviceNotAvailableException
TargetSetupError

demoler

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parámetros
testInfo TestInformation

e Throwable

Lanza
DeviceNotAvailableException