透過集合功能整理內容
你可以依據偏好儲存及分類內容。
DeviceJUnit4ClassRunner.TestMetrics
public
static
class
DeviceJUnit4ClassRunner.TestMetrics
extends ExternalResource
java.lang.Object
|
↳ |
org.junit.rules.ExternalResource
|
|
↳ |
com.android.tradefed.testtype.DeviceJUnit4ClassRunner.TestMetrics
|
實作 ExternalResource
和 TestRule
。這項規則
指標測試期間 (位於 @Test 內)。這麼做可保證指標對應經過清理
因此可以重複使用相同的規則物件。
Example:
@Rule
public TestMetrics metrics = new TestMetrics();
@Test
public void testFoo() {
metrics.addTestMetric("key", "value");
metrics.addTestMetric("key2", "value2");
}
@Test
public void testFoo2() {
metrics.addTestMetric("key3", "value3");
}
摘要
公用方法 |
void
|
addTestMetric(String key, MetricMeasurement.Metric metric)
以 proto 格式記錄測試案例的指標項目。
|
void
|
addTestMetric(String key, String value)
記錄測試案例的指標項目。
|
Statement
|
apply(Statement base, Description description)
|
公用建構函式
測試指標
public TestMetrics ()
公用方法
addTestMetric
public void addTestMetric (String key,
MetricMeasurement.Metric metric)
以 proto 格式記錄測試案例的指標項目。測試案例中的每個金鑰都必須
否則會覆寫先前的值。
參數 |
key |
String :指標鍵。 |
metric |
MetricMeasurement.Metric :與鍵相關聯的值。 |
addTestMetric
public void addTestMetric (String key,
String value)
記錄測試案例的指標項目。測試案例中的每個鍵均不得重複
否則就會覆寫先前的值
參數 |
key |
String :指標鍵。 |
value |
String :與鍵相關聯的值。 |
套用
public Statement apply (Statement base,
Description description)
參數 |
base |
Statement |
description |
Description |
保護方法
變更後
protected void after ()
變更前
protected void before ()
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-29 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"]]