SubprocessEventHelper.BaseTestEventInfo

public static class SubprocessEventHelper.BaseTestEventInfo
extends Object

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


Application d'aide de base pour les informations TestIgnored.

Résumé

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()

Champs

Nom de classe m

public String mClassName

NomTest m

public String mTestName

Constructeurs publics

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

public BaseTestEventInfo (String className, 
                String testName)

Paramètres
className String

testName String

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

public BaseTestEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Renvoie
JSONObject