BindingTest Class
- java.
lang. Object - com.
microsoft. azure. functions. annotation. BindingTest
- com.
public class BindingTest
Unit tests that enforce annotation contracts and conventions for Functions
Method Summary
Modifier and Type | Method and Description |
---|---|
void | every_binding_annotation_should_have_dataType_method() |
void | every_binding_annotation_should_have_name_method() |
void |
findAllFunctionParameterBindingsInCore()
find all annotation bindings based on annotation suffix conventions defined in bindingAnnotationSuffix array |
Method Details
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()
find all annotation bindings based on annotation suffix conventions defined in bindingAnnotationSuffix array
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java