ITestAnnotationFilterReceiver
public
interface
ITestAnnotationFilterReceiver
com.android.tradefed.testtype.ITestAnnotationFilterReceiver |
Un exécuteur qui peut filtrer les tests à exécuter en fonction des annotations.
Un test est exécuté si et seulement s'il correspond à un ou plusieurs des filtres d'inclusion ET ne correspond à aucun des filtres d'exclusion. Si aucun filtre d'inclusion n'est fourni, tous les tests doivent être exécutés tant qu'ils ne correspondent à aucun des filtres d'exclusion.
Résumé
Méthodes publiques | |
---|---|
abstract
void
|
addAllExcludeAnnotation(
Ajoute un |
abstract
void
|
addAllIncludeAnnotation(
Ajoute un |
abstract
void
|
addExcludeAnnotation(String notAnnotation)
Ajoute une annotation à exclure si un test est marqué avec elle. |
abstract
void
|
addIncludeAnnotation(String annotation)
Ajoute une annotation à inclure si un test est marqué avec elle. |
abstract
void
|
clearExcludeAnnotations()
Supprimez toutes les annotations d'exclusion actuellement suivies. |
abstract
void
|
clearIncludeAnnotations()
Supprimez toutes les annotations d'inclusion actuellement suivies. |
abstract
|
getExcludeAnnotations()
Renvoie l' |
abstract
|
getIncludeAnnotations()
Renvoie la |
Méthodes publiques
addAllExcludeAnnotation
public abstract void addAllExcludeAnnotation (notAnnotations)
Ajoute un ERROR(/Set)
d'annotations à exclure si un test est marqué avec celui-ci.
Paramètres | |
---|---|
notAnnotations |
|
addAllIncludeAnnotation
public abstract void addAllIncludeAnnotation (annotations)
Ajoute un ERROR(/Set)
d'annotations à inclure si un test est marqué avec celui-ci.
Paramètres | |
---|---|
annotations |
|
addExcludeAnnotation
public abstract void addExcludeAnnotation (String notAnnotation)
Ajoute une annotation à exclure si un test est marqué avec elle.
Paramètres | |
---|---|
notAnnotation |
String |
addIncludeAnnotation
public abstract void addIncludeAnnotation (String annotation)
Ajoute une annotation à inclure si un test est marqué avec elle.
Paramètres | |
---|---|
annotation |
String |
clearExcludeAnnotations
public abstract void clearExcludeAnnotations ()
Supprimez toutes les annotations d'exclusion actuellement suivies.
clearIncludeAnnotations
public abstract void clearIncludeAnnotations ()
Supprimez toutes les annotations d'inclusion actuellement suivies.
getExcludeAnnotations
public abstractgetExcludeAnnotations ()
Renvoie l'ERROR(/Set)
actuel des annotations à exclure.
Renvoie | |
---|---|
|
getIncludeAnnotations
public abstractgetIncludeAnnotations ()
Renvoie la ERROR(/Set)
actuelle des annotations à inclure.
Renvoie | |
---|---|
|