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 apps de uma pasta
IDeviceBuildInfo.getTestsDir() no dispositivo. Para a instalação de apps de teste individuais, 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
setUp
public void setUp (TestInformation testInfo)
| Parâmetros | |
|---|---|
testInfo |
TestInformation |
| Gera | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| Parâmetros | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| Gera | |
|---|---|
DeviceNotAvailableException |
|