SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.객체
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