Jarホストテスト

public class JarHostTest
extends HostTest

java.lang.オブジェクト
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)

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

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

Jarホストテスト

public JarHostTest ()

パブリックメソッド

走る

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

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

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

listener ITestInvocationListener : テスト結果のITestInvocationListener

投げる
DeviceNotAvailableException