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

m測試名稱

public String mTestName

公共構造函數

基本測試事件訊息

public BaseTestEventInfo (String className, 
                String testName)

參數
className String

testName String

基本測試事件訊息

public BaseTestEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字串

public String toString ()

退貨
String

受保護的方法

獲取NewJson

protected JSONObject getNewJson ()

退貨
JSONObject