SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.オブジェクト
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

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

TestRunStartedイベント情報

public TestRunStartedEventInfo (String runName, 
                int testCount)

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

パラメーター
runName String

testCount int

TestRunStartedイベント情報

public TestRunStartedEventInfo (String runName, 
                int testCount, 
                int attempt, 
                long startTime)

パラメーター
runName String

testCount int

attempt int

startTime long

TestRunStartedイベント情報

public TestRunStartedEventInfo (JSONObject jsonObject)

パラメーター
jsonObject JSONObject

投げる
JSONException

パブリックメソッド

toString

public String toString ()

戻り値
String