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 |