SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


testRunStarted 情報のヘルパー

まとめ

田畑

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

パブリック コンストラクター

TestRunStartedEventInfo (String runName, int testCount)

従来の互換性のために、このコンストラクターを保持してください。

TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
TestRunStartedEventInfo (JSONObject jsonObject)

公開メソッド

String toString ()

田畑

試行

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

スロー
JSONException

公開メソッド

toString

public String toString ()

戻り値
String