コード例 #1
0
 public when_given_a_null_or_whitespace_name_in_the_post_body(FunctionTestFixture fixture, ITestOutputHelper testOutputHelper) : base(fixture, testOutputHelper)
 {
 }
コード例 #2
0
 public HelloQueueFunctionTest(FunctionTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #3
0
 public when_given_a_name_in_the_query_string(FunctionTestFixture fixture, ITestOutputHelper testOutputHelper) : base(fixture, testOutputHelper)
 {
 }
コード例 #4
0
 public HelloWorldFunctionTest(FunctionTestFixture fixture)
 {
     _fixture = fixture;
 }