SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
testRunStarted情報のヘルパー
概要
田畑
mAttempt
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 ()