SubprocessEventHelper.TestEndedEventInfo
public static class SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
testEnded bilgileri için yardımcı.
Özet
kamu inşaatçılar |
---|
TestEndedEventInfo (String className, String testName, runMetrics) TestEndedEventInfo (String className, String testName, runMetrics) |
TestEndedEventInfo (String className, String testName, Long endTime, runMetrics) TestEndedEventInfo (String className, String testName, Long endTime, runMetrics) testEnded geri aramasını temsil edecek bir olay nesnesi oluşturun. |
TestEndedEventInfo (JSONObject jsonObject) Bir JSON'dan testEnded için bir olay nesnesi oluşturun ve doldurun. |
alanlar
mBitişZamanı
public Long mEndTime
mRunMetrics
public mRunMetrics
kamu inşaatçılar
TestBittiEtkinlikBilgisi
public TestEndedEventInfo (String className,
String testName,
runMetrics)
parametreler |
---|
className | String |
testName | String |
runMetrics | |
TestBittiEtkinlikBilgisi
public TestEndedEventInfo (String className,
String testName,
Long endTime,
runMetrics)
testEnded geri aramasını temsil edecek bir olay nesnesi oluşturun.
parametreler |
---|
className | String : testlerin sınıf adı |
testName | String : testlerin adı |
endTime | Long : testin sona erdiği zaman damgası ( System.currentTimeMillis() kaynağından) |
runMetrics | : test tarafından bildirilen metrikler. |
TestBittiEtkinlikBilgisi
public TestEndedEventInfo (JSONObject jsonObject)
Bir JSON'dan testEnded için bir olay nesnesi oluşturun ve doldurun.
parametreler |
---|
jsonObject | JSONObject |
Korumalı yöntemler
getNewJson
protected JSONObject getNewJson ()