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