RemoteTestTimeOutEnforcer
public
class
RemoteTestTimeOutEnforcer
extends Object
implements
ITestInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.RemoteTestTimeOutEnforcer |
接聽程式,可以檢查指定測試設定的執行時間,如果失敗則失敗 超過 30%
請注意,這項強制執行工具不會中斷測試,但會導致測試失敗。
摘要
欄位 | |
---|---|
public
static
final
String |
REMOTE_TEST_TIMEOUT_DESCRIPTION
|
public
static
final
String |
REMOTE_TEST_TIMEOUT_OPTION
|
公用建構函式 | |
---|---|
RemoteTestTimeOutEnforcer(ModuleListener listener, ModuleDefinition moduleDefinition, IRemoteTest test, Duration timeOut)
建立具有指定逾時的 |
公用方法 | |
---|---|
void
|
testRunEnded(long elapsedTime,
測試執行結束報表。 |
欄位
REMOTE_TEST_TIMEOUT_DESCRIPTION
public static final String REMOTE_TEST_TIMEOUT_DESCRIPTION
REMOTE_TEST_TIMEOUT_OPTION
public static final String REMOTE_TEST_TIMEOUT_OPTION
公用建構函式
RemoteTestTimeOutEnforcer
public RemoteTestTimeOutEnforcer (ModuleListener listener, ModuleDefinition moduleDefinition, IRemoteTest test, Duration timeOut)
建立具有指定逾時的 RemoteTestTimeOutEnforcer
即可強制執行。
參數 | |
---|---|
listener |
ModuleListener :每次測試執行的 ModuleListener 。 |
moduleDefinition |
ModuleDefinition :要執行的測試模組的 ModuleDefinition 。 |
test |
IRemoteTest :要執行的 IRemoteTest 。 |
timeOut |
Duration :每次測試執行作業的逾時時間 ERROR(/Duration) 。 |
公用方法
testRunEnded
public void testRunEnded (long elapsedTime,runMetrics)
測試執行結束報表。FIXME:我們不能有兩張地圖<>產生不同類型的介面 我們一定要在這裡使用 HashMap
參數 | |
---|---|
elapsedTime |
long :裝置回報的經過時間 (以毫秒為單位) |
runMetrics |
:使用 Metric 的測試執行結束時回報的鍵/值組合。 |