SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.オブジェクト
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


テスト開始情報のヘルパー

まとめ

田畑

public Long mStartTime

パブリックコンストラクター

TestStartedEventInfo (String className, String testName, Long startTime)
TestStartedEventInfo (JSONObject jsonObject)

保護されたメソッド

JSONObject getNewJson ()

田畑

mStartTime

public Long mStartTime

パブリックコンストラクター

テスト開始イベント情報

public TestStartedEventInfo (String className, 
                String testName, 
                Long startTime)

パラメーター
className String

testName String

startTime Long

テスト開始イベント情報

public TestStartedEventInfo (JSONObject jsonObject)

パラメーター
jsonObject JSONObject

投げる
JSONException

保護されたメソッド

getNewJson

protected JSONObject getNewJson ()

戻り値
JSONObject