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