CreateUserPreparer
public class CreateUserPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CreateUserPreparer |
Préparateur cible pour créer un utilisateur et le nettoyer à la fin.
Résumé
Constructeurs publics | |
---|---|
CreateUserPreparer () |
Méthodes publiques | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Constructeurs publics
CreateUserPreparer
public CreateUserPreparer ()
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 |