Contexte du test

public class TestContext
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.TestContext


Classe permettant de modéliser un message TestContext de l'API TFC.

Un message TestContext permet de stocker et de récupérer des informations contextuelles transmises plusieurs tentatives d'exécution de la même commande de test.

Résumé

Constructeurs publics

TestContext()

Méthodes publiques

void addEnvVars( envVars)
void addTestResource(TestResource testResource)
boolean equals(Object o)
static TestContext fromJson(JSONObject json)
String getCommandLine()
getEnvVars()
getTestResources()
void setCommandLine(String commandLine)
JSONObject toJson()
String toString()

Constructeurs publics

Contexte du test

public TestContext ()

Méthodes publiques

addEnvVars

public void addEnvVars ( envVars)

Paramètres
envVars

addTestResource

public void addTestResource (TestResource testResource)

Paramètres
testResource TestResource

equals

public boolean equals (Object o)

Paramètres
o Object

Renvoie
boolean

fromJson

public static TestContext fromJson (JSONObject json)

Paramètres
json JSONObject

Renvoie
TestContext

Génère
JSONException

getCommandLine

public String getCommandLine ()

Renvoie
String

getEnvVars

public  getEnvVars ()

Renvoie

getTestResources

public  getTestResources ()

Renvoie

setCommandLine

public void setCommandLine (String commandLine)

Paramètres
commandLine String

toJson

public JSONObject toJson ()

Renvoie
JSONObject

Génère
JSONException

toString

public String toString ()

Renvoie
String