SubprocessEventHelper.TestEndedEventInfo
public
static
class
SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
java.lang.Object
|
↳ |
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
|
|
↳ |
com.android.tradefed.util.SubprocessEventHelper.TestEndedEventInfo
|
testEnded 情報のヘルパー。
概要
パブリック コンストラクタ |
TestEndedEventInfo(String className, String testName, runMetrics)
|
TestEndedEventInfo(String className, String testName, Long endTime, runMetrics)
testEnded コールバックを表すイベント オブジェクトを作成します。
|
TestEndedEventInfo(JSONObject jsonObject)
testEnded のイベント オブジェクトを JSON から作成して入力します。
|
フィールド
分終了時刻
public Long mEndTime
mRunMetrics
public mRunMetrics
パブリック コンストラクタ
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
runMetrics)
パラメータ |
className |
String |
testName |
String |
runMetrics |
|
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
Long endTime,
runMetrics)
testEnded コールバックを表すイベント オブジェクトを作成します。
パラメータ |
className |
String : テストのクラス名 |
testName |
String : テストの名前 |
endTime |
Long : テスト終了のタイムスタンプ(System.currentTimeMillis() から) |
runMetrics |
: テストによってレポートされた指標。 |
TestEndedEventInfo
public TestEndedEventInfo (JSONObject jsonObject)
testEnded のイベント オブジェクトを JSON から作成して入力します。
パラメータ |
jsonObject |
JSONObject |
保護されたメソッド
getNewJson
protected JSONObject getNewJson ()