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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java