SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Aide de base pour les informations TestIgnored.

Résumé

Des champs

public String mClassName

public String mTestName

Constructeurs publics

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

Méthodes publiques

String toString ()

Méthodes protégées

JSONObject getNewJson ()

Des champs

mClassName

public String mClassName

mNomTest

public String mTestName

Constructeurs publics

BaseTestEventInfo

public BaseTestEventInfo (String className, 
                String testName)

Paramètres
className String

testName String

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Jetés
JSONException

Méthodes publiques

versChaîne

public String toString ()

Retour
String

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Retour
JSONObject