SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Podstawowy pomocnik dla informacji TestIgnored.

Podsumowanie

Fieldsem

public String mClassName

public String mTestName

Konstruktory publiczne

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

Metody publiczne

String toString()

Chronione metody

JSONObject getNewJson()

Fieldsem

Nazwaklasy

public String mClassName

mTestName

public String mTestName

Konstruktory publiczne

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parametry
className String

testName String

Metody publiczne

toString

public String toString ()

Zwroty
String

Chronione metody

getNewJson

protected JSONObject getNewJson ()

Zwroty
JSONObject