Google berkomitmen untuk mendorong terwujudnya keadilan ras bagi komunitas Kulit Hitam. Lihat caranya.

SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Objek
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


Helper untuk informasi testFailed.

Ringkasan

Bidang

public FailureDescription mFailure

public String mTrace

Konstruktor publik

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

Metode publik

String toString ()

Bidang

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktor publik

FailedTestEventInfo

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

Parameter
className String

testName String

trace String

FailedTestEventInfo

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

Parameter
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Melempar
JSONException

Metode publik

keString

public String toString ()

Pengembalian
String