Informacje testowe
public
class
TestInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.testmapping.TestInfo |
Przechowuje zbiór informacji o teście w pliku TEST_MAPPING.
Podsumowanie
Konstruktory publiczne | |
---|---|
TestInfo(String name, String source, boolean hostOnly)
|
|
TestInfo(String name, String source, boolean hostOnly,
|
Metody publiczne | |
---|---|
void
|
addImportPaths(
|
void
|
addOption(TestOption option)
|
void
|
addSources(
|
boolean
|
equals(Object o)
|
boolean
|
getHostOnly()
|
|
getImportPaths()
|
|
getKeywords(
Znajdź |
|
getKeywords()
Znajdź |
String
|
getName()
|
String
|
getNameAndHostOnly()
Odczytaj |
String
|
getNameOption()
Pobierz |
|
getOptions()
|
|
getSources()
|
int
|
hashCode()
|
void
|
merge(TestInfo test)
Scal z innym testem. |
String
|
toString()
|
Konstruktory publiczne
Informacje testowe
public TestInfo (String name, String source, boolean hostOnly)
Parametry | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
Informacje testowe
public TestInfo (String name, String source, boolean hostOnly,keywords)
Parametry | |
---|---|
name |
String |
source |
String |
hostOnly |
boolean |
keywords |
|
Metody publiczne
addImportPaths
public void addImportPaths (paths)
Parametry | |
---|---|
paths |
|
addSources
public void addSources (sources)
Parametry | |
---|---|
sources |
|
równa się
public boolean equals (Object o)
Parametry | |
---|---|
o |
Object |
Zwroty | |
---|---|
boolean |
Pobierz tylko Host
public boolean getHostOnly ()
Zwroty | |
---|---|
boolean |
getImportPaths
publicgetImportPaths ()
Zwroty | |
---|---|
|
getSłowa kluczowe
publicgetKeywords ( ignoreKeywords)
Znajdź ERROR(/Set)
słów kluczowych obsługiwanych w teście.
Parametry | |
---|---|
ignoreKeywords |
: zbiór String słów kluczowych, które mają być ignorowane. |
Zwroty | |
---|---|
|
getSłowa kluczowe
publicgetKeywords ()
Znajdź ERROR(/Set)
słów kluczowych obsługiwanych w teście.
Zwroty | |
---|---|
|
getName
public String getName ()
Zwroty | |
---|---|
String |
getNameAndHostOnly
public String getNameAndHostOnly ()
Odczytaj String
reprezentujący nazwę testu i jego ustawienie hosta. Dzięki temu TestInfos może
być pogrupowane według nazwy i wymagać na urządzeniu.
Zwroty | |
---|---|
String |
Opcja getNameOption
public String getNameOption ()
Pobierz String
reprezentujący nazwę testu i jego opcje.
Zwroty | |
---|---|
String |
getOptions
publicgetOptions ()
Zwroty | |
---|---|
|
getSources;
publicgetSources ()
Zwroty | |
---|---|
|
kod skrótu
public int hashCode ()
Zwroty | |
---|---|
int |
scal
public void merge (TestInfo test)
Scal z innym testem.
Zaktualizuj opcje testu, aby obejmowały jak największe zasięgi.
TODO(b/113616538): wdrożyć wydajniejszy mechanizm scalania opcji.
Parametry | |
---|---|
test |
TestInfo : TestInfo obiekt do scalenia. |
Ciąg
public String toString ()
Zwroty | |
---|---|
String |