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()
|
필드
클래스 이름
public String mClassName
모바일 테스트 이름
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 |