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 von einem IDeviceBuildInfo#getTestsDir()
installiert
Ordner auf dem Gerät. Informationen zur Installation einzelner Test-Apps findest du 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
einrichten
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 |