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 |
|