SubProcessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


TestYoksayılan bilgiler için Temel Yardımcı.

Özet

Fields'ın oynadığı filmler

public String mClassName

public String mTestName

Kamu inşaatçıları

BaseTestEventInfo(String className, String testName)
BaseTestEventInfo(JSONObject jsonObject)

Herkese açık yöntemler

String toString()

Korunan yöntemler

JSONObject getNewJson()

Fields'ın oynadığı filmler

Mobil Sınıf Adı

public String mClassName

Mobil Test Adı

public String mTestName

Kamu inşaatçıları

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parametreler
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parametreler
jsonObject JSONObject

Fırlatma
JSONException

Herkese açık yöntemler

toString

public String toString ()

İlerlemeler
String

Korunan yöntemler

getNewJson

protected JSONObject getNewJson ()

İlerlemeler
JSONObject