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 (String runName, int testCount)

레거시 호환성을 위해 이 생성자를 유지하세요.

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

공개 메소드

String toString ()

필드

매트 시도

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

공개 생성자

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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

던지기
JSONException

공개 메소드

toString

public String toString ()

보고
String