USB重置测试

public class UsbResetTest
extends Object implements IRemoteTest

java.lang.Object
com.android.tradefed.testtype.UsbResetTest


IRemoteTest重置设备 USB 并检查设备随后是否恢复在线。

概括

公共构造函数

UsbResetTest ()

公共方法

void run ( TestInformation testInfo, ITestInvocationListener listener)

运行测试,并将结果报告给侦听器。

公共构造函数

USB重置测试

public UsbResetTest ()

公共方法

跑步

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

运行测试,并将结果报告给侦听器。

参数
testInfo TestInformationTestInformation对象包含运行测试的有用信息。

listener ITestInvocationListener :测试结果的ITestInvocationListener

投掷
DeviceNotAvailableException