AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


Um ITargetPreparer que instala todos os aplicativos de uma pasta IDeviceBuildInfo#getTestsDir() no dispositivo. Para instalação de aplicativo de teste individual, consulte TestAppInstallSetup

Resumo

Construtores públicos

AllTestAppsInstallSetup ()

Métodos públicos

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

void tearDown ( TestInformation testInfo, Throwable e)

Construtores públicos

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Métodos públicos

getAbi

public IAbi getAbi ()

devoluções
IAbi

setAbi

public void setAbi (IAbi abi)

Parâmetros
abi IAbi

configurar

public void setUp (TestInformation testInfo)

Parâmetros
testInfo TestInformation

lances
BuildError
DeviceNotAvailableException
TargetSetupError

destruir

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parâmetros
testInfo TestInformation

e Throwable

lances
DeviceNotAvailableException