SubprocessEventHelper.TestRunFailedEventInfo
public
static
class
SubprocessEventHelper.TestRunFailedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo |
Helper for testRunFailed information
Summary
Fields | |
---|---|
public
FailureDescription |
mFailure
|
public
String |
mReason
|
Public constructors | |
---|---|
TestRunFailedEventInfo(FailureDescription failure)
|
|
TestRunFailedEventInfo(JSONObject jsonObject)
|
|
TestRunFailedEventInfo(String reason)
|
Public methods | |
---|---|
String
|
toString()
|
Fields
mReason
public String mReason
Public constructors
TestRunFailedEventInfo
public TestRunFailedEventInfo (FailureDescription failure)
Parameters | |
---|---|
failure |
FailureDescription |
TestRunFailedEventInfo
public TestRunFailedEventInfo (JSONObject jsonObject)
Parameters | |
---|---|
jsonObject |
JSONObject |
Throws | |
---|---|
JSONException |
TestRunFailedEventInfo
public TestRunFailedEventInfo (String reason)
Parameters | |
---|---|
reason |
String |
Public methods
toString
public String toString ()
Returns | |
---|---|
String |