JarHostTest

public class JarHostTest
extends HostTest

java.lang.Object
com.android.tradefed.testtype.HostTest
com.android.compatibility.common.tradefed.testtype.JarHostTest


ホスト側 JUnit テスト用のテスト ランナー。歴史的および下位互換性の理由により、パッケージが正しく配置されていません。

まとめ

ネストされたクラス

class JarHostTest.HostTestListener

testRunStarted() と testRunEnded() を除くすべてのイベントを組み込みリスナーに転送するラッパー リスナー。

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

JarHostTest ()

公開メソッド

void run ( TestInformation testInfo, ITestInvocationListener listener)

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

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

JarHostTest

public JarHostTest ()

公開メソッド

走る

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

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

パラメーター
testInfo TestInformation : テストを実行するための有用な情報を含むTestInformationオブジェクト。

listener ITestInvocationListener : テスト結果のITestInvocationListener

スロー
DeviceNotAvailableException