UserCleaner
public
class
UserCleaner
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.UserCleaner |
ITargetPreparer
ที่นำผู้ใช้รองออกเมื่อเลิกใช้งาน
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
UserCleaner()
|
วิธีการสาธารณะ | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
ช่างก่อสร้างสาธารณะ
UserCleaner
public UserCleaner ()
วิธีการสาธารณะ
ตั้งค่า
public void setUp (TestInformation testInfo)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
การขว้าง | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
ฉีกขาด
public void tearDown (TestInformation testInfo, Throwable e)
พารามิเตอร์ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
การขว้าง | |
---|---|
DeviceNotAvailableException |