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(JSONObject jsonObject)
|
|
TestStartedEventInfo(String className, String testName, Long startTime)
|
Protected methods | |
---|---|
JSONObject
|
getNewJson()
|
Fields
mStartTime
public Long mStartTime
Public constructors
TestStartedEventInfo
public TestStartedEventInfo (JSONObject jsonObject)
Parameters | |
---|---|
jsonObject |
JSONObject |
Throws | |
---|---|
JSONException |
TestStartedEventInfo
public TestStartedEventInfo (String className, String testName, Long startTime)
Parameters | |
---|---|
className |
String |
testName |
String |
startTime |
Long |
Protected methods
getNewJson
protected JSONObject getNewJson ()
Returns | |
---|---|
JSONObject |