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


testFailed bilgileri için yardımcı.

Özet

Alanlar

public FailureDescription mFailure

public String mTrace

Herkese açık oluşturucular

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

Herkese açık yöntemler

String toString()

Alanlar

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Herkese açık oluşturucular

FailedTestEventInfo

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

Parametreler
className String

testName String

failure FailureDescription

FailedTestEventInfo

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

Parametreler
className String

testName String

trace String

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parametreler
jsonObject JSONObject

Verdiği hatalar
JSONException

Herkese açık yöntemler

toString

public String toString ()

Döndürülenler
String