SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Helfer für testRunStarted-Informationen

Zusammenfassung

Felder

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Öffentliche Konstrukteure

TestRunStartedEventInfo (String runName, int testCount)

Behalten Sie diesen Konstruktor für Legacy-Kompatibilität bei.

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

Öffentliche Methoden

String toString ()

Felder

Versuch

public Integer mAttempt

mRunName

public String mRunName

mStartZeit

public Long mStartTime

mTestCount

public Integer mTestCount

Öffentliche Konstrukteure

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Behalten Sie diesen Konstruktor für Legacy-Kompatibilität bei.

Parameter
runName String

testCount int

TestRunStartedEventInfo

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

Parameter
runName String

testCount int

attempt int

startTime long

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Wirft
JSONException

Öffentliche Methoden

toString

public String toString ()

Kehrt zurück
String