SubprocessEventHelper.TestEndedEventInfo
public
static
class
SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
Auxiliar para informações de testEnded.
Resumo
Construtores públicos |
TestEndedEventInfo(JSONObject jsonObject)
Crie e preencha um objeto de evento para testEnded usando um JSON.
|
TestEndedEventInfo(String className, String testName, Long endTime, runMetrics)
Crie um objeto de evento para representar o callback de testEnded.
|
TestEndedEventInfo(String className, String testName, runMetrics)
|
Campos
mEndTime
public Long mEndTime
mRunMetrics
public mRunMetrics
Construtores públicos
TestEndedEventInfo
public TestEndedEventInfo (JSONObject jsonObject)
Crie e preencha um objeto de evento para testEnded usando um JSON.
Parâmetros |
jsonObject |
JSONObject |
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
Long endTime,
runMetrics)
Crie um objeto de evento para representar o callback de testEnded.
Parâmetros |
className |
String : o nome da classe dos testes |
testName |
String : o nome dos testes |
endTime |
Long : o carimbo de data/hora em que o teste terminou (de System.currentTimeMillis() ) |
runMetrics |
: as métricas informadas pelo teste. |
TestEndedEventInfo
public TestEndedEventInfo (String className,
String testName,
runMetrics)
Parâmetros |
className |
String |
testName |
String |
runMetrics |
|
Métodos protegidos
getNewJson
protected JSONObject getNewJson ()