SubprocessEventHelper.BaseTestEventInfo
public
static
class
SubprocessEventHelper.BaseTestEventInfo
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo |
用于 TestIgnored 信息的基础辅助程序。
摘要
字段 | |
---|---|
public
String |
mClassName
|
public
String |
mTestName
|
公共构造函数 | |
---|---|
BaseTestEventInfo(String className, String testName)
|
|
BaseTestEventInfo(JSONObject jsonObject)
|
公共方法 | |
---|---|
String
|
toString()
|
受保护的方法 | |
---|---|
JSONObject
|
getNewJson()
|
字段
mClassName
public String mClassName
mTestName
public String mTestName
公共构造函数
BaseTestEventInfo 类中的方法
public BaseTestEventInfo (String className, String testName)
参数 | |
---|---|
className |
String |
testName |
String |
BaseTestEventInfo 类中的方法
public BaseTestEventInfo (JSONObject jsonObject)
参数 | |
---|---|
jsonObject |
JSONObject |
抛出 | |
---|---|
JSONException |
公共方法
toString
public String toString ()
返回 | |
---|---|
String |
受保护的方法
getNewJson
protected JSONObject getNewJson ()
返回 | |
---|---|
JSONObject |