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(JSONObject jsonObject)
BaseTestEventInfo(String className, String testName)

公用方法

String toString()

受保護的方法

JSONObject getNewJson()

欄位

mClassName

public String mClassName

mTestName

public String mTestName

公用建構函式

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

參數
className String

testName String

公用方法

toString

public String toString ()

傳回
String

受保護的方法

getNewJson

protected JSONObject getNewJson ()

傳回
JSONObject