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 ()

Поля

mПопытка

public Integer mAttempt

mRunName

public String mRunName

мстарттиме

public Long mStartTime

мтесткаунт

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

Публичные методы

нанизывать

public String toString ()

Возврат
String