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