BindingTest Class

  • java.lang.Object
    • com.microsoft.azure.functions.annotation.BindingTest

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