SubprocessEventHelper.FailedTestEventInfo
public
static
class
SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
java.lang.Object | ||
↳ | com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo | |
↳ | com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo |
Helper for testFailed information.
Summary
Fields | |
---|---|
public
FailureDescription |
mFailure
|
public
String |
mTrace
|
Public constructors | |
---|---|
FailedTestEventInfo(JSONObject jsonObject)
|
|
FailedTestEventInfo(String className, String testName, FailureDescription failure)
|
|
FailedTestEventInfo(String className, String testName, String trace)
|
Public methods | |
---|---|
String
|
toString()
|
Fields
mTrace
public String mTrace
Public constructors
FailedTestEventInfo
public FailedTestEventInfo (JSONObject jsonObject)
Parameters | |
---|---|
jsonObject |
JSONObject |
Throws | |
---|---|
JSONException |
FailedTestEventInfo
public FailedTestEventInfo (String className, String testName, FailureDescription failure)
Parameters | |
---|---|
className |
String |
testName |
String |
failure |
FailureDescription |
FailedTestEventInfo
public FailedTestEventInfo (String className, String testName, String trace)
Parameters | |
---|---|
className |
String |
testName |
String |
trace |
String |
Public methods
toString
public String toString ()
Returns | |
---|---|
String |