SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Helper di base per le informazioni TestIgnored.

Riepilogo

Campi

public String mClassName

public String mTestName

Costruttori pubblici

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

Metodi pubblici

String toString ()

Metodi protetti

JSONObject getNewJson ()

Campi

mClassName

public String mClassName

mTestNome

public String mTestName

Costruttori pubblici

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parametri
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Getta
JSONException

Metodi pubblici

accordare

public String toString ()

ritorna
String

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

ritorna
JSONObject