Skip to content

#882 create a shared project #335

#882 create a shared project

#882 create a shared project #335

GitHub Actions / Webhook-Service-Unit-Test-Results succeeded Sep 18, 2024 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
webhook/target/failsafe-reports/TEST-com.yas.webhook.controller.WebhookControllerIT.xml 6✅ 56s
webhook/target/surefire-reports/TEST-com.yas.webhook.service.EventServiceTest.xml 1✅ 2s
webhook/target/surefire-reports/TEST-com.yas.webhook.service.OrderEventServiceTest.xml 1✅ 820ms
webhook/target/surefire-reports/TEST-com.yas.webhook.service.ProductEventServiceTest.xml 1✅ 12ms
webhook/target/surefire-reports/TEST-com.yas.webhook.service.WebhookServiceTest.xml 1✅ 273ms

✅ webhook/target/failsafe-reports/TEST-com.yas.webhook.controller.WebhookControllerIT.xml

6 tests were completed in 56s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.controller.WebhookControllerIT 6✅ 56s

✅ com.yas.webhook.controller.WebhookControllerIT

✅ test_createWebhook_shouldSuccess
✅ test_updateWebhook_shouldSuccess
✅ test_getPageableWebhooks_shouldReturnSuccessfully
✅ test_getWebhook_shouldReturnSuccessfully
✅ test_deleteWebhook_shouldSuccess
✅ test_listWebhooks_shouldReturnSuccessfully

✅ webhook/target/surefire-reports/TEST-com.yas.webhook.service.EventServiceTest.xml

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.service.EventServiceTest 1✅ 2s

✅ com.yas.webhook.service.EventServiceTest

✅ test_findAllEvents_shouldReturnEvents

✅ webhook/target/surefire-reports/TEST-com.yas.webhook.service.OrderEventServiceTest.xml

1 tests were completed in 820ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.service.OrderEventServiceTest 1✅ 820ms

✅ com.yas.webhook.service.OrderEventServiceTest

✅ test_onOrderEvent_shouldNotException

✅ webhook/target/surefire-reports/TEST-com.yas.webhook.service.ProductEventServiceTest.xml

1 tests were completed in 12ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.service.ProductEventServiceTest 1✅ 12ms

✅ com.yas.webhook.service.ProductEventServiceTest

✅ test_onProductEvent_shouldNotException

✅ webhook/target/surefire-reports/TEST-com.yas.webhook.service.WebhookServiceTest.xml

1 tests were completed in 273ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.service.WebhookServiceTest 1✅ 273ms

✅ com.yas.webhook.service.WebhookServiceTest

✅ test_notifyToWebhook_ShouldNotException