SwitchUserTargetPreparer
public
class
SwitchUserTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.SwitchUserTargetPreparer |
ITargetPreparer
qui passe au type d'utilisateur spécifié dans setUp. Par défaut, l'utilisateur actuel est conservé et aucun changement n'est effectué.
Tente de restaurer l'état 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
setUp
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 |