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(String className, String testName)
BaseTestEventInfo(JSONObject jsonObject)

Metody publiczne

String toString()

Metody chronione

JSONObject getNewJson()

Fieldsem

Nazwaklasy

public String mClassName

NazwaTestu m

public String mTestName

Konstruktory publiczne

Informacje o zdarzeniu BaseTest

public BaseTestEventInfo (String className, 
                String testName)

Parametry
className String

testName String

Informacje o zdarzeniu BaseTest

public BaseTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

Metody publiczne

Ciąg

public String toString ()

Zwroty
String

Metody chronione

Pobierz NowyJona

protected JSONObject getNewJson ()

Zwroty
JSONObject