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, keywords)

Metodi pubblici

void addImportPaths( paths)
void addOption(TestOption option)
void addSources( sources)
boolean equals(Object o)
boolean getHostOnly()
getImportPaths()
getKeywords( ignoreKeywords)

Visualizza un ERROR(/Set) delle parole chiave supportate dal test.

getKeywords()

Visualizza un ERROR(/Set) delle parole chiave supportate dal test.

String getName()
String getNameAndHostOnly()

Ottieni un String che rappresenta il nome del test e la relativa impostazione host.

String getNameOption()

Ottieni un String che rappresenti il nome del test e le relative opzioni.

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

addOption

public void addOption (TestOption option)

Parametri
option TestOption

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

public  getImportPaths ()

Ritorni

getKeywords

public  getKeywords ( ignoreKeywords)

Visualizza un ERROR(/Set) delle parole chiave supportate dal test.

Parametri
ignoreKeywords : un insieme di String parole chiave da ignorare.

Ritorni

getParole chiave

public  getKeywords ()

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

public  getOptions ()

Ritorni

getSources

public  getSources ()

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