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 |
:測試執行結束時回報的鍵/值組合 |
testRunStarted
public void testRunStarted (String name, int numTests)
回報測試執行作業的開始時間。
參數 | |
---|---|
name |
String :測試執行作業名稱 |
numTests |
int :測試執行作業中的測試總數 |