UserCleaner
public class UserCleaner
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.UserCleaner |
Một ITargetPreparer
loại bỏ người dùng thứ cấp khi chia nhỏ.
Bản tóm tắt
Các nhà xây dựng công cộng | |
---|---|
UserCleaner () |
Phương pháp công khai | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
Các nhà xây dựng công cộng
UserCleaner
public UserCleaner ()
Phương pháp công khai
thành lập
public void setUp (TestInformation testInfo)
Thông số | |
---|---|
testInfo | TestInformation |
Ném | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
phá bỏ
public void tearDown (TestInformation testInfo, Throwable e)
Thông số | |
---|---|
testInfo | TestInformation |
e | Throwable |
Ném | |
---|---|
DeviceNotAvailableException |