BindingTest クラス
- java.
lang. Object - com.
microsoft. azure. functions. annotation. BindingTest
- com.
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 配列で定義されている注釈サフィックス規則に基づいて、すべての注釈バインディングを検索します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java