SubProcessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
\t | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
testRunStarted bilgileri için yardımcı
Özet
Fields'ın oynadığı filmler | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
Herkese açık kurucular | |
---|---|
TestRunStartedEventInfo(JSONObject jsonObject)
|
|
TestRunStartedEventInfo(String runName, int testCount)
Eski sürümlerle uyumluluk için bu oluşturucuyu koruyun. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
Herkese açık yöntemler | |
---|---|
String
|
toString()
|
Fields'ın oynadığı filmler
Deneme
public Integer mAttempt
mRunName
public String mRunName
mBaşlangıç Zamanı
public Long mStartTime
mTestCount
public Integer mTestCount
Herkese açık kurucular
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parametreler | |
---|---|
jsonObject |
JSONObject |
Atışlar | |
---|---|
JSONException |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Eski sürümlerle uyumluluk için bu kurucuyu kullanmaya devam edin.
Parametreler | |
---|---|
runName |
String |
testCount |
int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
Parametreler | |
---|---|
runName |
String |
testCount |
int |
attempt |
int |
startTime |
long |
Herkese açık yöntemler
toString
public String toString ()
İlerlemeler | |
---|---|
String |