SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo


المساعد الأساسي للاختبار المعلومات المتجاهلة.

ملخص

مجالات

public String mClassName

public String mTestName

المنشأت العامة

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

الأساليب العامة

String toString ()

الطرق المحمية

JSONObject getNewJson ()

مجالات

mClassName

public String mClassName

mTestName

public String mTestName

المنشأت العامة

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

حدود
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

حدود
jsonObject JSONObject

رميات
JSONException

الأساليب العامة

إلى سلسلة

public String toString ()

عائدات
String

الطرق المحمية

getNewJson

protected JSONObject getNewJson ()

عائدات
JSONObject