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(JSONObject jsonObject)
TestRunStartedEventInfo(String runName, int testCount)

以前の互換性のために、このコンストラクタを保持します。

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

パブリック メソッド

String toString()

フィールド

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

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

パブリック メソッド

toString

public String toString ()

戻り値
String