SubprocessEventHelper.TestEndedEventInfo
public static class SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
testEnded 情報のヘルパー。
まとめ
パブリックコンストラクター |
---|
TestEndedEventInfo (String className, String testName, runMetrics) TestEndedEventInfo (String className, String testName, runMetrics) |
TestEndedEventInfo (String className, String testName, Long endTime, runMetrics) TestEndedEventInfo (String className, String testName, Long endTime, runMetrics) testEnded コールバックを表すイベント オブジェクトを作成します。 |
TestEndedEventInfo (JSONObject jsonObject) JSON から testEnded のイベント オブジェクトを作成して設定します。 |
田畑
mEndTime
public Long mEndTime
mRunMetrics
public mRunMetrics
パブリックコンストラクター
テスト終了イベント情報
public TestEndedEventInfo (String className,
String testName,
runMetrics)
パラメーター |
---|
className | String |
testName | String |
runMetrics | |
テスト終了イベント情報
public TestEndedEventInfo (String className,
String testName,
Long endTime,
runMetrics)
testEnded コールバックを表すイベント オブジェクトを作成します。
パラメーター |
---|
className | String : テストのクラス名 |
testName | String : テストの名前 |
endTime | Long : テストが終了したタイムスタンプ ( System.currentTimeMillis() から) |
runMetrics | : テストによって報告されたメトリクス。 |
テスト終了イベント情報
public TestEndedEventInfo (JSONObject jsonObject)
JSON から testEnded のイベント オブジェクトを作成して設定します。
パラメーター |
---|
jsonObject | JSONObject |
保護されたメソッド
getNewJson
protected JSONObject getNewJson ()