SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

java.lang.Object
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

mClassNome

public String mClassName

mNomeTest

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

Lancia
JSONException

Metodi pubblici

accordare

public String toString ()

ritorna
String

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

ritorna
JSONObject