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