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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java