AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


ITargetPreparer, który instaluje na urządzeniu wszystkie aplikacje z folderu IDeviceBuildInfo.getTestsDir(). Informacje o testowaniu instalacji aplikacji znajdziesz w artykule TestAppInstallSetup

Podsumowanie

Konstruktory publiczne

AllTestAppsInstallSetup()

Metody publiczne

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

void tearDown(TestInformation testInfo, Throwable e)

Konstruktory publiczne

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Metody publiczne

getAbi

public IAbi getAbi ()

Zwroty
IAbi

setAbi

public void setAbi (IAbi abi)

Parametry
abi IAbi

setUp

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Rzuty
DeviceNotAvailableException