예제 #1
0
 public WebhookCatcherFixture()
 {
     Client = new WebhookCatcherClient(
         TestHelpers.GetAndPrintValue("webhookcatcher:host:api", "localhost"), 1026,
         TestHelpers.GetAndPrintValue("webhookcatcher:host:endpoint", "localhost"), 1026);
 }
예제 #2
0
        public WebhookTests(ClientFixture fixture, WebhookCatcherFixture webhookCatcher)
        {
            _ = fixture;

            this.webhookCatcher = webhookCatcher.Client;
        }