DynamicSystemPreparer
public class DynamicSystemPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DynamicSystemPreparer |
Un ITargetPreparer
qui configure une image système au-dessus d'une version d'appareil avec la mise à jour dynamique du système.
Résumé
Constructeurs publics | |
---|---|
DynamicSystemPreparer () |
Méthodes publiques | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Constructeurs publics
DynamicSystemPreparer
public DynamicSystemPreparer ()
Méthodes publiques
installation
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo | TestInformation |
Lance | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
démolir
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo | TestInformation |
e | Throwable |
Lance | |
---|---|
DeviceNotAvailableException |