SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


المساعد الأساسي لمعلومات TestCanceld

ملخّص

الحقول

public String mClassName

public String mTestName

شركة إنشاءات عامة

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

الطرق العامة

String toString()

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

JSONObject getNewJson()

الحقول

اسم فئة m

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

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

الحصول على NewJson

protected JSONObject getNewJson ()

المرتجعات
JSONObject