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 |
सार्वजनिक तरीके
टूस्ट्रिंग
public String toString ()
रिटर्न | |
---|---|
String |