SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


「測試忽略」資訊的基礎輔助程式。

摘要

欄位

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