SubProcessEventHelper.TestEndedEventInfo

public static class SubprocessEventHelper.TestEndedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

Java.lang.Nesne
🎃 com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
  🎃 com.android.tradefed.util.SubprocessEventHelper.TestEndedEventInfo


testEnded bilgileri için yardımcı.

Özet

Fields'ın oynadığı filmler

public Long mEndTime

public mRunMetrics

Kamu inşaatçıları

TestEndedEventInfo(String className, String testName, runMetrics)
TestEndedEventInfo(String className, String testName, Long endTime, runMetrics)

testEnded geri çağırmasını temsil edecek bir etkinlik nesnesi oluşturun.

TestEndedEventInfo(JSONObject jsonObject)

testEnded için JSON etkinlik nesnesi oluşturup doldurun.

Korunan yöntemler

JSONObject getNewJson()

Fields'ın oynadığı filmler

Aylık Bitiş Zamanı

public Long mEndTime

mRunMetrics

public  mRunMetrics

Kamu inşaatçıları

TestEndedEventInfo

public TestEndedEventInfo (String className, 
                String testName, 
                 runMetrics)

Parametreler
className String

testName String

runMetrics

TestEndedEventInfo

public TestEndedEventInfo (String className, 
                String testName, 
                Long endTime, 
                 runMetrics)

testEnded geri çağırmasını temsil edecek bir etkinlik 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() tarihinden itibaren)

runMetrics : test tarafından bildirilen metrikler.

TestEndedEventInfo

public TestEndedEventInfo (JSONObject jsonObject)

testEnded için JSON etkinlik nesnesi oluşturup doldurun.

Parametreler
jsonObject JSONObject

Fırlatma
JSONException

Korunan yöntemler

getNewJson

protected JSONObject getNewJson ()

İlerlemeler
JSONObject