Esempio n. 1
0
 public when_given_a_null_or_whitespace_name_in_the_post_body(FunctionTestFixture fixture, ITestOutputHelper testOutputHelper) : base(fixture, testOutputHelper)
 {
 }
Esempio n. 2
0
 public HelloQueueFunctionTest(FunctionTestFixture fixture)
 {
     _fixture = fixture;
 }
Esempio n. 3
0
 public when_given_a_name_in_the_query_string(FunctionTestFixture fixture, ITestOutputHelper testOutputHelper) : base(fixture, testOutputHelper)
 {
 }
Esempio n. 4
0
 public HelloWorldFunctionTest(FunctionTestFixture fixture)
 {
     _fixture = fixture;
 }