Esempio n. 1
0
 public BitbucketStronglyTypedCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
Esempio n. 2
0
 public DropboxSampleTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
 public MailChimpCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
 public DropboxCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }
Esempio n. 5
0
 public SalesforceCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
 public WordPressCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
 public AzureAlertCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
Esempio n. 8
0
 public AzureContainerRegistryCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client  = fixture.CreateClient();
     _fixture = fixture;
 }
Esempio n. 9
0
 public DynamicsCRMCoreReceiverTest(WebHookTestFixture <Startup> fixture)
 {
     _client = fixture.CreateClient();
 }