SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Assistente di base per le informazioni Test ignored.

Riepilogo

Campi

public String mClassName

public String mTestName

Costruttori pubblici

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

Metodi pubblici

String toString()

Metodi protetti

JSONObject getNewJson()

Campi

mClassName

public String mClassName

mTestName

public String mTestName

Costruttori pubblici

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lanci
JSONException

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parametri
className String

testName String

Metodi pubblici

ToString

public String toString ()

Ritorni
String

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

Ritorni
JSONObject