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


Helper for testStarted information

Summary

Fields

public Long mStartTime

Public constructors

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

Protected methods

JSONObject getNewJson()

Fields

mStartTime

public Long mStartTime

Public constructors

TestStartedEventInfo

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

Parameters
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Protected methods

getNewJson

protected JSONObject getNewJson ()

Returns
JSONObject