设备清理程序

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

拆解

public void tearDown (TestInformation testInfo, 
                Throwable e)

参数
testInfo TestInformation

e Throwable

抛出
DeviceNotAvailableException

受保护的方法

清洁 # 干净

protected void clean (ITestDevice device)

先执行清理操作,然后执行清理后操作

参数
device ITestDevice

抛出
DeviceNotAvailableException