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 |
Hilfe für testStarted-Informationen
Zusammenfassung
Felder | |
---|---|
public
Long |
mStartTime
|
Öffentliche Konstruktoren | |
---|---|
TestStartedEventInfo(String className, String testName, Long startTime)
|
|
TestStartedEventInfo(JSONObject jsonObject)
|
Geschützte Methoden | |
---|---|
JSONObject
|
getNewJson()
|
Felder
Startzeit
public Long mStartTime
Öffentliche Konstruktoren
TestStartedEventInfo
public TestStartedEventInfo (String className, String testName, Long startTime)
Parameter | |
---|---|
className |
String |
testName |
String |
startTime |
Long |
TestStartedEventInfo
public TestStartedEventInfo (JSONObject jsonObject)
Parameter | |
---|---|
jsonObject |
JSONObject |
Ausgabe | |
---|---|
JSONException |
Geschützte Methoden
NewJson abrufen
protected JSONObject getNewJson ()
Returns | |
---|---|
JSONObject |