Skip to content

#1234 - Update dependencies to recent latest version (#1235)

Sign in for the full log view
GitHub Actions / Payment-Paypal-Unit-Test-Results succeeded Oct 30, 2024 in 0s

15 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.controller.PaypalControllerTest.xml 3✅ 4s
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.OrderServiceTest.xml 1✅ 2s
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.PaymentServiceTest.xml 1✅ 99ms
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.PaypalServiceTest.xml 6✅ 272ms
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.utils.AuthenticationUtilsTest.xml 2✅ 192ms
payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.utils.MessagesUtilsTest.xml 2✅ 9ms

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.controller.PaypalControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.controller.PaypalControllerTest 3✅ 4s

✅ com.yas.paymentpaypal.controller.PaypalControllerTest

✅ testCancelPayment_whenNormalCase_responseString
✅ testCreatePayment_whenNormalCase_responsePaypalRequestPayment
✅ testCapturePayment_whenNormalCase_responseCapturedPaymentVm

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.OrderServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.service.OrderServiceTest 1✅ 2s

✅ com.yas.paymentpaypal.service.OrderServiceTest

✅ testGetOrderByCheckoutId_ifNormalCase_returnOrderVm

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.PaymentServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.service.PaymentServiceTest 1✅ 99ms

✅ com.yas.paymentpaypal.service.PaymentServiceTest

✅ testCapturePayment_ifNormalCase_returnAddressDetailVm

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.service.PaypalServiceTest.xml

6 tests were completed in 272ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.service.PaypalServiceTest 6✅ 272ms

✅ com.yas.paymentpaypal.service.PaypalServiceTest

✅ testCapturePayment_whenStatusIsNull_returnCapturedPaymentVm
✅ testCreatePayment_whenSuccess_returnPaypalRequestPayment
✅ testCreatePayment_whenIoException_returnPaypalRequestPayment
✅ testCapturePayment_whenIoException_returnCapturedPaymentVm
✅ testCreatePayment_whenLinksIsEmpty_throwNoSuchElementException
✅ testCapturePayment_whenStatusNotNull_returnCapturedPaymentVm

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.utils.AuthenticationUtilsTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.utils.AuthenticationUtilsTest 2✅ 192ms

✅ com.yas.paymentpaypal.utils.AuthenticationUtilsTest

✅ testGetCurrentUserId_whenExistsSubject_returnCurrentUserId
✅ testGetCurrentUserId_withAnonymousAuthentication_throwSignInRequiredException

✅ payment-paypal/target/surefire-reports/TEST-com.yas.paymentpaypal.utils.MessagesUtilsTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.paymentpaypal.utils.MessagesUtilsTest 2✅ 9ms

✅ com.yas.paymentpaypal.utils.MessagesUtilsTest

✅ testGetMessage_existingCode
✅ testGetMessage_nonExistingCode