SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo (link em inglês)
     ↳ com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


Assistente para informações testFailed.

Resumo

Campos

public FailureDescription mFailure

public String mTrace

Construtores públicos

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

Métodos públicos

String toString()

Campos

Falha

public FailureDescription mFailure

Rastreamento de celular

public String mTrace

Construtores públicos

FalhaTestEventInfo

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

Parâmetros
className String

testName String

trace String

FalhaTestEventInfo

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

Parâmetros
className String

testName String

failure FailureDescription

FalhaTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String