コード例 #1
0
 public BitbucketStronglyTypedCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
コード例 #2
0
 public DropboxSampleTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
コード例 #3
0
 public MailChimpCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
コード例 #4
0
 public DropboxCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
コード例 #5
0
 public SalesforceCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
コード例 #6
0
 public WordPressCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
コード例 #7
0
 public AzureAlertCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
コード例 #8
0
 public AzureContainerRegistryCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
コード例 #9
0
 public DynamicsCRMCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }