SubprocessEventHelper.SkippedTestEventInfo
public
static
class
SubprocessEventHelper.SkippedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
java.lang.Object | ||
➔ | com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo | |
↳ | com.android.tradefed.util.SubprocessEventHelper.SkippedTestEventInfo |
Zusammenfassung
Felder | |
---|---|
public
SkipReason |
skipReason
|
Öffentliche Konstruktoren | |
---|---|
SkippedTestEventInfo(JSONObject jsonObject)
|
|
SkippedTestEventInfo(String className, String testName, SkipReason reason)
|
Öffentliche Methoden | |
---|---|
String
|
toString()
|
Felder
Öffentliche Konstruktoren
SkippedTestEventInfo
public SkippedTestEventInfo (JSONObject jsonObject)
Parameter | |
---|---|
jsonObject |
JSONObject |
Ausgabe | |
---|---|
JSONException |
SkippedTestEventInfo
public SkippedTestEventInfo (String className, String testName, SkipReason reason)
Parameter | |
---|---|
className |
String |
testName |
String |
reason |
SkipReason |
Öffentliche Methoden
toString
public String toString ()
Returns | |
---|---|
String |