UsbResetTest

public class UsbResetTest
extends Object implements IRemoteTest

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


デバイスの USB をリセットし、その後デバイスがオンラインに復帰したかどうかを確認する IRemoteTest

概要

パブリック コンストラクタ

UsbResetTest()

パブリック メソッド

void run(TestInformation testInfo, ITestInvocationListener listener)

テストを実行し、結果をリスナーに報告します。

パブリック コンストラクタ

UsbResetTest

public UsbResetTest ()

パブリック メソッド

ホームラン

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

テストを実行し、結果をリスナーに報告します。

パラメータ
testInfo TestInformation: テストの実行に役立つ情報が含まれる TestInformation オブジェクト。

listener ITestInvocationListener: テスト結果の ITestInvocationListener

例外
DeviceNotAvailableException