SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


قاعدة مساعدة لمعلومات TestIgnored

ملخّص

الحقول

public String mClassName

public String mTestName

وظائف الإنشاء العامة

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

الطرق العامة

String toString()

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

JSONObject getNewJson()

الحقول

اسم فئة m

public String mClassName

mTestName

public String mTestName

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

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

المعلمات
jsonObject JSONObject

عمليات الرمي
JSONException

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

المعلمات
className String

testName String

الطرق العامة

toString

public String toString ()

المرتجعات
String

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

getNewJson

protected JSONObject getNewJson ()

المرتجعات
JSONObject