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(String className, String testName)
BaseTestEventInfo(JSONObject jsonObject)

Metodi pubblici

String toString()

Metodi protetti

JSONObject getNewJson()

Campi

NomeClasseM

public String mClassName

NomeTestM

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

Lanci
JSONException

Metodi pubblici

ToString

public String toString ()

Ritorni
String

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

Ritorni
JSONObject