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 |
Trợ giúp cung cấp thông tin về testFailed.
Tóm tắt
Trường | |
---|---|
public
FailureDescription |
mFailure
|
public
String |
mTrace
|
Hàm khởi tạo công khai | |
---|---|
FailedTestEventInfo(String className, String testName, String trace)
|
|
FailedTestEventInfo(String className, String testName, FailureDescription failure)
|
|
FailedTestEventInfo(JSONObject jsonObject)
|
Phương thức công khai | |
---|---|
String
|
toString()
|
Trường
Dấu vết
public String mTrace
Hàm khởi tạo công khai
Thông tin sự kiện kiểm thử không thành công
public FailedTestEventInfo (String className, String testName, String trace)
Tham số | |
---|---|
className |
String |
testName |
String |
trace |
String |
Thông tin sự kiện kiểm thử không thành công
public FailedTestEventInfo (String className, String testName, FailureDescription failure)
Tham số | |
---|---|
className |
String |
testName |
String |
failure |
FailureDescription |
Thông tin sự kiện kiểm thử không thành công
public FailedTestEventInfo (JSONObject jsonObject)
Tham số | |
---|---|
jsonObject |
JSONObject |
Gửi | |
---|---|
JSONException |
Phương thức công khai
toString
public String toString ()
Giá trị trả về | |
---|---|
String |