SubprocessEventHelper.BaseTestEventInfo
public
static
class
SubprocessEventHelper.BaseTestEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo |
Assistente de base para informações TestIgnored.
Resumo
Campos | |
---|---|
public
String |
mClassName
|
public
String |
mTestName
|
Construtores públicos | |
---|---|
BaseTestEventInfo(String className, String testName)
|
|
BaseTestEventInfo(JSONObject jsonObject)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Métodos protegidos | |
---|---|
JSONObject
|
getNewJson()
|
Campos
mClassName
public String mClassName
NomeDeTeste para dispositivos móveis
public String mTestName
Construtores públicos
BaseTestEventInfo
public BaseTestEventInfo (String className, String testName)
Parâmetros | |
---|---|
className |
String |
testName |
String |
BaseTestEventInfo
public BaseTestEventInfo (JSONObject jsonObject)
Parâmetros | |
---|---|
jsonObject |
JSONObject |
Gera | |
---|---|
JSONException |
Métodos públicos
toString
public String toString ()
Retorna | |
---|---|
String |
Métodos protegidos
GetNewJson
protected JSONObject getNewJson ()
Retorna | |
---|---|
JSONObject |