Informations sur le test
public
class
TestInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.testmapping.TestInfo |
Stocke les informations de test définies dans un fichier TEST_MAPPING.
Résumé
Constructeurs publics | |
---|---|
TestInfo(String name, String source, boolean hostOnly)
|
|
TestInfo(String name, String source, boolean hostOnly,
|
Méthodes publiques | |
---|---|
void
|
addImportPaths(
|
void
|
addOption(TestOption option)
|
void
|
addSources(
|
boolean
|
equals(Object o)
|
boolean
|
getHostOnly()
|
|
getImportPaths()
|
|
getKeywords(
Obtenez un |
|
getKeywords()
Obtenez un |
String
|
getName()
|
String
|
getNameAndHostOnly()
Obtenez un |
String
|
getNameOption()
Obtenez un |
|
getOptions()
|
|
getSources()
|
int
|
hashCode()
|
void
|
merge(TestInfo test)
Fusionner avec un autre test. |
String
|
toString()
|
Constructeurs publics
Informations sur le test
public TestInfo (String name, String source, boolean hostOnly)
Paramètres | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
Informations sur le test
public TestInfo (String name, String source, boolean hostOnly,keywords)
Paramètres | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
keywords |
|
Méthodes publiques
addImportPaths
public void addImportPaths (paths)
Paramètres | |
---|---|
paths |
|
addSources
public void addSources (sources)
Paramètres | |
---|---|
sources |
|
equals
public boolean equals (Object o)
Paramètres | |
---|---|
o |
Object |
Renvoie | |
---|---|
boolean |
getHostOnly
public boolean getHostOnly ()
Renvoie | |
---|---|
boolean |
getImportPaths
publicgetImportPaths ()
Renvoie | |
---|---|
|
getMots-clés
publicgetKeywords ( ignoreKeywords)
Obtenez un ERROR(/Set)
des mots clés acceptés par le test.
Paramètres | |
---|---|
ignoreKeywords |
: ensemble de String de mots clés à ignorer. |
Renvoie | |
---|---|
|
getMots-clés
publicgetKeywords ()
Obtenez un ERROR(/Set)
des mots clés acceptés par le test.
Renvoie | |
---|---|
|
getName
public String getName ()
Renvoie | |
---|---|
String |
getNameAndHostOnly
public String getNameAndHostOnly ()
Obtenez un String
qui représente le nom du test et son paramètre d'hôte. TestInfos peut ainsi
être regroupées par nom ou par
exigence sur l'appareil.
Renvoie | |
---|---|
String |
getNameOption
public String getNameOption ()
Obtenez un String
pour représenter le nom du test et ses options.
Renvoie | |
---|---|
String |
getOptions
publicgetOptions ()
Renvoie | |
---|---|
|
getSources
publicgetSources ()
Renvoie | |
---|---|
|
hashCode
public int hashCode ()
Renvoie | |
---|---|
int |
fusionner
public void merge (TestInfo test)
Fusionner avec un autre test.
Mettez à jour les options de test pour que le test couvre la meilleure couverture possible des deux tests.
TODO(b/113616538): implémenter un mécanisme de fusion d'options plus robuste.
Paramètres | |
---|---|
test |
TestInfo : objet TestInfo à fusionner. |
toString
public String toString ()
Renvoie | |
---|---|
String |