JarHostTest.HostTestListener
public
class
JarHostTest.HostTestListener
extends ResultForwarder
java.lang.Object | ||
↳ | com.android.tradefed.result.ResultForwarder | |
↳ | com.android.compatibility.common.tradefed.testtype.JarHostTest.HostTestListener |
testRunStarted() と testRunEnded() を除くすべてのイベントを埋め込みリスナーに転送するラッパー リスナー。JAR 内の各テストクラスはこれらのイベントを呼び出し、HostTestListener はこれらのイベントを、コンソール ロギングと結果レポートのためにリスナーから保留します。
概要
パブリック コンストラクタ | |
---|---|
HostTestListener(ITestInvocationListener listener)
|
パブリック メソッド | |
---|---|
void
|
testRunEnded(long elapsedTime,
テスト実行の終了を報告します。 |
void
|
testRunStarted(String name, int numTests)
テスト実行の開始を報告します。 |
パブリック コンストラクタ
HostTestListener
public HostTestListener (ITestInvocationListener listener)
パラメータ | |
---|---|
listener |
ITestInvocationListener |
パブリック メソッド
testRunEnded
public void testRunEnded (long elapsedTime,metrics)
テスト実行の終了を報告します。
パラメータ | |
---|---|
elapsedTime |
long : デバイスが報告した経過時間(ミリ秒単位) |
metrics |
: テスト実行の終了時に報告される Key-Value ペア |
testRunStarted
public void testRunStarted (String name, int numTests)
テスト実行の開始を報告します。
パラメータ | |
---|---|
name |
String : テスト実行名 |
numTests |
int : テスト実行のテストの合計数 |