IModuleController
public interface IModuleController
com.android.tradefed.testtype.suite.module.IModuleController |
Interface pour contrôler si un module doit être exécuté ou non.
Sommaire
Classes imbriquées | |
---|---|
enum | IModuleController.RunStrategy Enum décrivant comment le module doit être exécuté. |
Méthodes publiques | |
---|---|
abstract IModuleController.RunStrategy | shouldRunModule (IInvocationContext context) Méthode pour déterminer si un module doit s'exécuter ou non. |
Méthodes publiques
devraitRunModule
public abstract IModuleController.RunStrategy shouldRunModule (IInvocationContext context)
Méthode pour déterminer si un module doit s'exécuter ou non.
Paramètres | |
---|---|
context | IInvocationContext : le IInvocationContext du module. |
Retour | |
---|---|
IModuleController.RunStrategy | Vrai si le module doit s'exécuter, faux sinon. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Il n'y a pas l'information dont j'ai besoin"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Trop compliqué/Trop d'étapes"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Obsolète"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problème de traduction"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Mauvais exemple/Erreur de code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Autre"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile à comprendre"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"J'ai pu résoudre mon problème"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Autre"
}]