Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Descrizione test
public
final
class
TestDescription
extends Object
java.lang.Object
|
🎞 |
com.android.tradefed.result.TestDescription
|
Classe che rappresenta le informazioni su uno scenario di test.
Riepilogo
Costruttori pubblici |
TestDescription(String className, String testName)
Costruttore
|
TestDescription(String className, String testName, Annotation... annotations)
Costruttore
|
TestDescription(String className, String testName, annotations)
Costruttore
|
Campi
REGEX_TEST_PARAMETERIZZATO
public static final Pattern PARAMETERIZED_TEST_REGEX
Espressione regolare per il metodo parametrizzata. Ad esempio: testName[0]
Costruttori pubblici
Descrizione test
public TestDescription (String className,
String testName)
Costruttore
Parametri |
className |
String : il nome della classe che ospita il test. |
testName |
String : il nome del test (metodo). |
Descrizione test
public TestDescription (String className,
String testName,
Annotation... annotations)
Costruttore
Parametri |
className |
String : il nome della classe che ospita il test. |
testName |
String : il nome del test (metodo). |
annotations |
Annotation : elenco di ERROR(/Annotation) associati allo scenario di test. |
Descrizione test
public TestDescription (String className,
String testName,
annotations)
Costruttore
Parametri |
className |
String : il nome della classe che ospita il test. |
testName |
String : il nome del test (metodo). |
annotations |
: raccolta di ERROR(/Annotation) associata allo scenario di test. |
Metodi pubblici
confrontaTo
public int compareTo (TestDescription o)
Parametri |
o |
TestDescription |
uguale
public boolean equals (Object obj)
fromString
public static TestDescription fromString (String data)
Crea un elemento TestDescription
dalla relativa rappresentazione toString()
}.
Parametri |
data |
String : la rappresentazione di tipo String. Formato previsto: classname#methodname |
Ritorni |
TestDescription |
TestDescription o null se non è stato possibile analizzarlo |
getAnnotation
public T getAnnotation (Class<T> annotationType)
Parametri |
annotationType |
Class |
Ritorni |
T |
l'annotazione di tipo annotazioniType collegata a questo nodo della descrizione, oppure
null se non ne esiste nessuno |
getAnnotazioni
public getAnnotations ()
Ritorni |
|
tutte le annotazioni collegate al nodo della descrizione |
getClassName
public String getClassName ()
Restituisce il nome completo della classe del test.
getTestName
public String getTestName ()
Restituisce il nome del test con i parametri, se si tratta di test con parametri. Restituisce il valore-chiave
il nome normale del test se non si tratta di un test con parametri.
getTestNameWithoutParams
public String getTestNameWithoutParams ()
Restituisce il nome del test senza parametri (se è un metodo con parametri).
codice hash
public int hashCode ()
ToString
public String toString ()
I campioni di contenuti e codice in questa pagina sono soggetti alle licenze descritte nella Licenza per i contenuti. Java e OpenJDK sono marchi o marchi registrati di Oracle e/o delle sue società consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Mancano le informazioni di cui ho bisogno"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Troppo complicato/troppi passaggi"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Obsoleti"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problema di traduzione"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problema relativo a esempi/codice"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Altra"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile da capire"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Il problema è stato risolto"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Altra"
}]
{"lastModified": "Ultimo aggiornamento 2024-08-22 UTC."}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-08-22 UTC."]]