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é

Champs

public String mClassName

public String mTestName

Constructeurs publics

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

Méthodes publiques

String toString()

Méthodes protégées

JSONObject getNewJson()

Champs

Nom de classe m

public String mClassName

mTestName

public String mTestName

Constructeurs publics

BaseTestEventInfo

public BaseTestEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Informations sur l'événement de test de base

public BaseTestEventInfo (String className, 
                String testName)

Paramètres
className String

testName String

Méthodes publiques

toString

public String toString ()

Renvoie
String

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Renvoie
JSONObject