SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
testRunStarted 情報のヘルパー
まとめ
田畑
試行
public Integer mAttempt
mRunName
public String mRunName
mStartTime
public Long mStartTime
mTestCount
public Integer mTestCount
パブリック コンストラクター
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount)
従来の互換性のために、このコンストラクターを保持してください。
パラメーター |
---|
runName | String |
testCount | int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount,
int attempt,
long startTime)
パラメーター |
---|
runName | String |
testCount | int |
attempt | int |
startTime | long |
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
パラメーター |
---|
jsonObject | JSONObject |
公開メソッド
toString
public String toString ()