SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.TestRunEndedEventInfo


testRunEnded 信息的幫助程序。

概括

領域

public mRunMetrics

public Long mTime

公共構造函數

TestRunEndedEventInfo (Long time, runMetrics) TestRunEndedEventInfo (Long time, runMetrics)
TestRunEndedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

領域

mRunMetrics

public  mRunMetrics

時間

public Long mTime

公共構造函數

測試運行結束事件信息

public TestRunEndedEventInfo (Long time, 
                 runMetrics)

參數
time Long

runMetrics

測試運行結束事件信息

public TestRunEndedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字符串

public String toString ()

退貨
String