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 cho thông tin testFailed.

Tóm tắt

Trường

public FailureDescription mFailure

public String mTrace

Hàm khởi tạo công khai

FailedTestEventInfo(JSONObject jsonObject)
FailedTestEventInfo(String className, String testName, FailureDescription failure)
FailedTestEventInfo(String className, String testName, String trace)

Phương thức công khai

String toString()

Trường

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Hàm khởi tạo công khai

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Tham số
jsonObject JSONObject

Gửi
JSONException

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                FailureDescription failure)

Tham số
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                String trace)

Tham số
className String

testName String

trace String

Phương thức công khai

toString

public String toString ()

Giá trị trả về
String