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 |