SwitchUserTargetPreparer
public
class
SwitchUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.SwitchUserTargetPreparer |
Élément ITargetPreparer
qui bascule vers le genre d'utilisateur spécifié lors de la configuration. Par défaut,
dans l'utilisateur actuel, et aucun changement n'est effectué.
Tente de restaurer l'état de l'utilisateur de l'appareil en revenant à l'utilisateur actuel avant l'exécution.
Résumé
Constructeurs publics | |
---|---|
SwitchUserTargetPreparer()
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructeurs publics
SwitchUserTargetPreparer
public SwitchUserTargetPreparer ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Génère | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInformation, Throwable e)
Paramètres | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |