InfoTest
public
class
TestInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.testmapping.TestInfo |
Memorizza l'insieme di informazioni sui test in un file TEST_MAPPING.
Riepilogo
Costruttori pubblici | |
---|---|
TestInfo(String name, String source, boolean hostOnly)
|
|
TestInfo(String name, String source, boolean hostOnly,
|
Metodi pubblici | |
---|---|
void
|
addImportPaths(
|
void
|
addOption(TestOption option)
|
void
|
addSources(
|
boolean
|
equals(Object o)
|
boolean
|
getHostOnly()
|
|
getImportPaths()
|
|
getKeywords(
Visualizza un |
|
getKeywords()
Visualizza un |
String
|
getName()
|
String
|
getNameAndHostOnly()
Ottieni un |
String
|
getNameOption()
Ottieni un |
|
getOptions()
|
|
getSources()
|
int
|
hashCode()
|
void
|
merge(TestInfo test)
Unisci con un altro test. |
String
|
toString()
|
Costruttori pubblici
TestInfo
public TestInfo (String name, String source, boolean hostOnly)
Parametri | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
TestInfo
public TestInfo (String name, String source, boolean hostOnly,keywords)
Parametri | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
keywords |
|
Metodi pubblici
addImportPath
public void addImportPaths (paths)
Parametri | |
---|---|
paths |
|
addSources
public void addSources (sources)
Parametri | |
---|---|
sources |
|
uguale
public boolean equals (Object o)
Parametri | |
---|---|
o |
Object |
Ritorni | |
---|---|
boolean |
getHostOnly
public boolean getHostOnly ()
Ritorni | |
---|---|
boolean |
getImportPaths
publicgetImportPaths ()
Ritorni | |
---|---|
|
getKeywords
publicgetKeywords ( ignoreKeywords)
Visualizza un ERROR(/Set)
delle parole chiave supportate dal test.
Parametri | |
---|---|
ignoreKeywords |
: un insieme di String parole chiave da ignorare. |
Ritorni | |
---|---|
|
getParole chiave
publicgetKeywords ()
Visualizza un ERROR(/Set)
delle parole chiave supportate dal test.
Ritorni | |
---|---|
|
getName
public String getName ()
Ritorni | |
---|---|
String |
getNameAndHostOnly
public String getNameAndHostOnly ()
Ottieni un String
che rappresenti il nome del test e la relativa impostazione host. Ciò consente di raggruppare le informazioni TestInfo in base al nome del requisito sul dispositivo.
Ritorni | |
---|---|
String |
getNameOption
public String getNameOption ()
Ottieni un String
che rappresenti il nome del test e le relative opzioni.
Ritorni | |
---|---|
String |
getOptions
publicgetOptions ()
Ritorni | |
---|---|
|
getSources
publicgetSources ()
Ritorni | |
---|---|
|
codice hash
public int hashCode ()
Ritorni | |
---|---|
int |
unisci
public void merge (TestInfo test)
Uniscilo a un altro test.
Aggiorna le opzioni dei test in modo che abbiano la migliore copertura possibile di entrambi.
TODO(b/113616538): Implementa un meccanismo di unione delle opzioni più solido.
Parametri | |
---|---|
test |
TestInfo : oggetto TestInfo da unire. |
toString
public String toString ()
Ritorni | |
---|---|
String |