Mantieni tutto organizzato con le raccolte Salva e classifica i contenuti in base alle tue preferenze.

SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Base Helper per informazioni TestIgnored.

Sommario

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

mTestName

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