Class WebhookServiceImplTest

java.lang.Object
org.oxerr.viagogo.client.rescu.impl.webhook.WebhookServiceImplTest

@Disabled("Token is required") class WebhookServiceImplTest extends Object
Tests for WebhookServiceImpl.
  • Constructor Details

    • WebhookServiceImplTest

      WebhookServiceImplTest()
  • Method Details

    • testGetWebhooks

      @Test @Disabled("Token is required") void testGetWebhooks() throws IOException
      Test for WebhookServiceImpl.getWebhooks(Integer, Integer, String).
      Throws:
      IOException
    • testCreateWebhook

      @Test @Disabled("Token is required") void testCreateWebhook() throws IOException
      Test for WebhookServiceImpl.createWebhook(Webhook).
      Throws:
      IOException
    • testGetWebhook

      @Test @Disabled("Token is required") void testGetWebhook() throws IOException
      Test for WebhookServiceImpl.getWebhook(Integer).
      Throws:
      IOException
    • testUpdateWebhook

      @Test @Disabled("Token is required") void testUpdateWebhook() throws IOException
      Tests for WebhookServiceImpl.updateWebhook(Integer, Webhook).
      Throws:
      IOException
    • testDeleteWebhook

      @Test @Disabled("Token is required") void testDeleteWebhook() throws IOException
      Test for WebhookServiceImpl.deleteWebhook(Integer).
      Throws:
      IOException
    • testPing

      @Test @Disabled("Token is required") void testPing() throws IOException
      Test for WebhookServiceImpl.ping(Integer).
      Throws:
      IOException