BindingTest Classe
- java.
lang. Object - com.
microsoft. azure. functions. annotation. BindingTest
- com.
public class BindingTest
Tests unitaires qui appliquent des contrats d’annotation et des conventions pour Functions
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
void | every_binding_annotation_should_have_dataType_method() |
void | every_binding_annotation_should_have_name_method() |
void |
findAllFunctionParameterBindingsInCore()
Rechercher toutes les liaisons d’annotation en fonction des conventions de suffixe d’annotation définies dans le tableau bindingAnnotationSuffix |
Détails de la méthode
every_binding_annotation_should_have_dataType_method
public void every_binding_annotation_should_have_dataType_method()
every_binding_annotation_should_have_name_method
public void every_binding_annotation_should_have_name_method()
findAllFunctionParameterBindingsInCore
public void findAllFunctionParameterBindingsInCore()
Rechercher toutes les liaisons d’annotation en fonction des conventions de suffixe d’annotation définies dans le tableau bindingAnnotationSuffix
S’applique à
Azure SDK for Java