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 untuk informasi testFailed.

Ringkasan

Kolom

public FailureDescription mFailure

public String mTrace

Konstruktor publik

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

Metode publik

String toString()

Kolom

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktor publik

InfoAcaraPengujian Gagal

public FailedTestEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

FailedTestEventInfo

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

Parameter
className String

testName String

failure FailureDescription

InfoAcaraPengujian Gagal

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

Parameter
className String

testName String

trace String

Metode publik

toString

public String toString ()

Hasil
String