你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BindingTest 类

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

public class BindingTest

对 Functions 强制实施注释协定和约定的单元测试

方法摘要

修饰符和类型 方法和描述
void every_binding_annotation_should_have_dataType_method()
void every_binding_annotation_should_have_name_method()
void findAllFunctionParameterBindingsInCore()

查找基于 bindingAnnotationSuffix 数组中定义的注释后缀约定的所有批注绑定

方法详细信息

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()

查找基于 bindingAnnotationSuffix 数组中定义的注释后缀约定的所有批注绑定

适用于