AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


Eine ITargetPreparer, mit der alle Apps aus einem IDeviceBuildInfo.getTestsDir()-Ordner auf dem Gerät installiert werden. Informationen zur Installation einzelner Test-Apps finden Sie unter TestAppInstallSetup.

Zusammenfassung

Öffentliche Konstruktoren

AllTestAppsInstallSetup()

Öffentliche Methoden

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

void tearDown(TestInformation testInfo, Throwable e)

Öffentliche Konstruktoren

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Öffentliche Methoden

getAbi

public IAbi getAbi ()

Returns
IAbi

setAbi

public void setAbi (IAbi abi)

Parameter
abi IAbi

setUp

public void setUp (TestInformation testInfo)

Parameter
testInfo TestInformation

Ausgabe
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parameter
testInfo TestInformation

e Throwable

Ausgabe
DeviceNotAvailableException