SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


testStarted 情報のヘルパー

まとめ

田畑

public Long mStartTime

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

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

保護されたメソッド

JSONObject getNewJson ()

田畑

mStartTime

public Long mStartTime

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

TestStartedEventInfo

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

パラメーター
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

パラメーター
jsonObject JSONObject

スロー
JSONException

保護されたメソッド

getNewJson

protected JSONObject getNewJson ()

戻り値
JSONObject