SubprocessEventHelper.FailedTestEventInfo
public
static
class
SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo) | |
↳ | com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo의 경우 |
testFailed 정보의 도우미입니다.
요약
필드 | |
---|---|
public
FailureDescription |
mFailure
|
public
String |
mTrace
|
공개 생성자 | |
---|---|
FailedTestEventInfo(String className, String testName, String trace)
|
|
FailedTestEventInfo(String className, String testName, FailureDescription failure)
|
|
FailedTestEventInfo(JSONObject jsonObject)
|
공개 메서드 | |
---|---|
String
|
toString()
|
필드
모바일 트레이스
public String mTrace
공개 생성자
실패한 테스트 이벤트 정보
public FailedTestEventInfo (String className, String testName, String trace)
매개변수 | |
---|---|
className |
String |
testName |
String |
trace |
String |
실패한 테스트 이벤트 정보
public FailedTestEventInfo (String className, String testName, FailureDescription failure)
매개변수 | |
---|---|
className |
String |
testName |
String |
failure |
FailureDescription |
실패한 테스트 이벤트 정보
public FailedTestEventInfo (JSONObject jsonObject)
매개변수 | |
---|---|
jsonObject |
JSONObject |
생성 값 | |
---|---|
JSONException |
공개 메서드
toString
public String toString ()
반환 값 | |
---|---|
String |