SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Base Helper for TestIgnored information.

Summary

Fields

public String mClassName

public String mTestName

Public constructors

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

Public methods

String toString()

Protected methods

JSONObject getNewJson()

Fields

mClassName

public String mClassName

mTestName

public String mTestName

Public constructors

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Parameters
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Public methods

toString

public String toString ()

Returns
String

Protected methods

getNewJson

protected JSONObject getNewJson ()

Returns
JSONObject