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