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


Bantuan untuk informasi testFailed.

Ringkasan

Kolom

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()

Kolom

Gagal

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktor publik

InfoAcaraPengujian Gagal

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

Parameter
className String

testName String

trace String

InfoAcaraPengujian Gagal

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

Parameter
className String

testName String

failure FailureDescription

InfoAcaraPengujian Gagal

public FailedTestEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

Metode publik

toString

public String toString ()

Hasil
String