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 ()

田畑

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

投げる
JSONException

パブリックメソッド

toString

public String toString ()

戻り値
String