SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo


Base Helper para informações TestIgnored.

Resumo

Campos

public String mClassName

public String mTestName

Construtores públicos

BaseTestEventInfo (String className, String testName)
BaseTestEventInfo (JSONObject jsonObject)

Métodos públicos

String toString ()

Métodos protegidos

JSONObject getNewJson ()

Campos

mClassName

public String mClassName

mTestName

public String mTestName

Construtores públicos

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parâmetros
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

lances
JSONException

Métodos públicos

para sequenciar

public String toString ()

devoluções
String

Métodos protegidos

getNewJson

protected JSONObject getNewJson ()

devoluções
JSONObject