USB リセットテスト

public class UsbResetTest
extends Object implements IRemoteTest

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


デバイスの USB をリセットし、デバイスがオンラインに戻ったかどうかを確認する IRemoteTest できます。

概要

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

UsbResetTest()

パブリック メソッド

void run(TestInformation testInfo, ITestInvocationListener listener)

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

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

USB リセットテスト

public UsbResetTest ()

パブリック メソッド

ホームラン

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

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

パラメータ
testInfo TestInformation: 実行に役立つ情報を含む TestInformation オブジェクト テストです。

listener ITestInvocationListener: テスト結果の ITestInvocationListener

例外
DeviceNotAvailableException