SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
🎞 | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Aiuto per le informazioni di testRunStarted
Riepilogo
Campi | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
Costruttori pubblici | |
---|---|
TestRunStartedEventInfo(String runName, int testCount)
Conserva questo costruttore per la compatibilità con versioni precedenti. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
|
TestRunStartedEventInfo(JSONObject jsonObject)
|
Metodi pubblici | |
---|---|
String
|
toString()
|
Campi
Tentativo m
public Integer mAttempt
NomeRunName
public String mRunName
Oradiiniziom
public Long mStartTime
ConteggioTestM
public Integer mTestCount
Costruttori pubblici
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Conserva questo costruttore per la compatibilità con versioni precedenti.
Parametri | |
---|---|
runName |
String |
testCount |
int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
Parametri | |
---|---|
runName |
String |
testCount |
int |
attempt |
int |
startTime |
long |
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parametri | |
---|---|
jsonObject |
JSONObject |
Lanci | |
---|---|
JSONException |
Metodi pubblici
ToString
public String toString ()
Ritorni | |
---|---|
String |