AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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


Ein ITargetPreparer , der alle Apps aus einem IDeviceBuildInfo#getTestsDir() Ordner auf dem Gerät installiert. Für die individuelle Test-App-Installation schauen Sie sich bitte TestAppInstallSetup an

Zusammenfassung

Öffentliche Bauträger

AllTestAppsInstallSetup ()

Öffentliche Methoden

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

void tearDown ( TestInformation testInfo, Throwable e)

Öffentliche Bauträger

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

Öffentliche Methoden

getAbi

public IAbi getAbi ()

Kehrt zurück
IAbi

setAbi

public void setAbi (IAbi abi)

Parameter
abi IAbi

aufstellen

public void setUp (TestInformation testInfo)

Parameter
testInfo TestInformation

Würfe
BuildError
DeviceNotAvailableException
TargetSetupError

abreißen

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parameter
testInfo TestInformation

e Throwable

Würfe
DeviceNotAvailableException