Skip to content

Move AuditingEntityListener to common (#1286) #417

Move AuditingEntityListener to common (#1286)

Move AuditingEntityListener to common (#1286) #417

GitHub Actions / Webhook-Service-Unit-Test-Results succeeded Dec 13, 2024 in 0s

16 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 8✅ 61s
webhook/target/surefire-reports/TEST-com.yas.webhook.service.EventServiceTest.xml 1✅ 65ms
webhook/target/surefire-reports/TEST-com.yas.webhook.service.OrderEventServiceTest.xml 4✅ 31ms
webhook/target/surefire-reports/TEST-com.yas.webhook.service.ProductEventServiceTest.xml 2✅ 2s
webhook/target/surefire-reports/TEST-com.yas.webhook.service.WebhookServiceTest.xml 1✅ 37ms

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

8 tests were completed in 61s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.controller.WebhookControllerIT 8✅ 61s

✅ com.yas.webhook.controller.WebhookControllerIT

✅ test_createWebhook_shouldSuccess
✅ test_deleteWebhook_shouldFailedWhenNotFindId
✅ test_updateWebhook_shouldSuccess
✅ test_getPageableWebhooks_shouldReturnSuccessfully
✅ test_getWebhook_shouldReturnSuccessfully
✅ test_getWebhook_shouldReturn404_whenWebhookNotFound
✅ test_deleteWebhook_shouldSuccess
✅ test_listWebhooks_shouldReturnSuccessfully

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

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

Test suite Passed Failed Skipped Time
com.yas.webhook.service.EventServiceTest 1✅ 65ms

✅ com.yas.webhook.service.EventServiceTest

✅ test_findAllEvents_shouldReturnEvents

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

4 tests were completed in 31ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.webhook.service.OrderEventServiceTest 4✅ 31ms

✅ com.yas.webhook.service.OrderEventServiceTest

✅ test_onOrderEvent_shouldNotNotifyWhenOpIsUnknown
✅ test_onOrderEvent_shouldNotExceptionForUpdateOrderStatus
✅ test_onOrderEvent_shouldNotException
✅ test_onOrderEvent_shouldNotNotifyWhenOpIsUpdateButOrderStatusNotChange

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

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

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

✅ com.yas.webhook.service.ProductEventServiceTest

✅ test_onProductEvent_shouldNotException
✅ test_onProductEvent_shouldNotDoAnythingWhenOpUnknown

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

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

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

✅ com.yas.webhook.service.WebhookServiceTest

✅ test_notifyToWebhook_ShouldNotException