裝置清理工具
public
class
DeviceCleaner
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.DeviceCleaner |
測試後重新啟動或格式化為清理動作,並視需要關閉螢幕
摘要
公用建構函式 | |
---|---|
DeviceCleaner()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
保護方法 | |
---|---|
void
|
clean(ITestDevice device)
執行清理後動作和清理動作 |
公用建構函式
裝置清理工具
public DeviceCleaner ()
公用方法
設定
public void setUp (TestInformation testInfo)
參數 | |
---|---|
testInfo |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (TestInformation testInfo, Throwable e)
參數 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |
保護方法
乾淨的
protected void clean (ITestDevice device)
執行清理後動作和清理動作
參數 | |
---|---|
device |
ITestDevice |
擲回 | |
---|---|
DeviceNotAvailableException |