UserCleaner
public class UserCleaner
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.UserCleaner |
Un ITargetPreparer
che rimuove gli utenti secondari durante lo smontaggio.
Riepilogo
Costruttori pubblici | |
---|---|
UserCleaner () |
Metodi pubblici | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Costruttori pubblici
UserCleaner
public UserCleaner ()
Metodi pubblici
impostare
public void setUp (TestInformation testInfo)
Parametri | |
---|---|
testInfo | TestInformation |
Tiri | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demolire
public void tearDown (TestInformation testInfo, Throwable e)
Parametri | |
---|---|
testInfo | TestInformation |
e | Throwable |
Tiri | |
---|---|
DeviceNotAvailableException |