Skip to content

#882 Create a shared project #146

#882 Create a shared project

#882 Create a shared project #146

GitHub Actions / Rating-Service-Unit-Test-Results succeeded Sep 26, 2024 in 0s

31 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
rating/target/failsafe-reports/TEST-com.yas.rating.controller.RatingControllerIT.xml 12✅ 61s
rating/target/surefire-reports/TEST-com.yas.rating.controller.RatingControllerTest.xml 6✅ 3s
rating/target/surefire-reports/TEST-com.yas.rating.RatingApplicationTest.xml 1✅ 14s
rating/target/surefire-reports/TEST-com.yas.rating.service.OrderServiceTest.xml 2✅ 655ms
rating/target/surefire-reports/TEST-com.yas.rating.service.RatingServiceTest.xml 10✅ 6s

✅ rating/target/failsafe-reports/TEST-com.yas.rating.controller.RatingControllerIT.xml

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

Test suite Passed Failed Skipped Time
com.yas.rating.controller.RatingControllerIT 12✅ 61s

✅ com.yas.rating.controller.RatingControllerIT

✅ TestCreateRating_WhenValidRequest_ShouldSuccess
✅ testStorefrontGetRatingList_ShouldReturnList
✅ TestGetAverageStarOfProduct_ShouldReturnSuccess
✅ testDeleteRating_whenInvalidId_shouldReturnNotFoundException
✅ TestCreateRating_WhenInvalidUser_ShouldThrowNotFoundException
✅ getRatingListWithFilter_whenProvidedAccessToken_shouldReturnData
✅ getRatingListWithFilter_whenNotProvidedAccessToken_shouldThrowNotAuthenticatedException
✅ testDeleteRating_whenValidId_shouldReturn200
✅ testStorefrontGetRatingList_whenNotProvideAccessToken_shouldThrowNotAuthenticatedException
✅ testDeleteRating_whenNotProvidedAccessToken_shouldThrowNotAuthenticatedException
✅ TestCreateRating_WhenRatingExisted_ShouldThrowException
✅ testGetAverageStarOfProduct_whenProductNotExisted_shouldReturnZero

✅ rating/target/surefire-reports/TEST-com.yas.rating.controller.RatingControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.rating.controller.RatingControllerTest 6✅ 3s

✅ com.yas.rating.controller.RatingControllerTest

✅ testStorefrontGetRatingList_ShouldReturnList
✅ TestGetAverageStarOfProduct_ShouldReturnSuccess
✅ TestCreateRating_WhenValid_ShouldSuccess
✅ testGetRatingListWithFilter
✅ testDeleteRating_WhenValidId_ShouldReturn200
✅ testDeleteRating_WhenInvalidId_ShouldReturn404

✅ rating/target/surefire-reports/TEST-com.yas.rating.RatingApplicationTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.rating.RatingApplicationTest 1✅ 14s

✅ com.yas.rating.RatingApplicationTest

✅ contextLoads

✅ rating/target/surefire-reports/TEST-com.yas.rating.service.OrderServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.rating.service.OrderServiceTest 2✅ 655ms

✅ com.yas.rating.service.OrderServiceTest

✅ testCheckOrderExistsByProductAndUserWithStatus_whenNormalCase_returnOrderExistsByProductAndUserGetVm
✅ testHandleFallback_whenNewOrderExistsByProductAndUserGetVm_returnOrderExistsByProductAndUserGetVm

✅ rating/target/surefire-reports/TEST-com.yas.rating.service.RatingServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.rating.service.RatingServiceTest 10✅ 6s

✅ com.yas.rating.service.RatingServiceTest

✅ createRating_InvalidAuthorization_ShouldThrowAccessDeniedException
✅ calculateAverageStar_ValidProductId_ShouldSuccess
✅ createRating_ValidRatingData_ShouldSuccess
✅ createRating_ExistedRating_ShouldThrowResourceExistedException
✅ calculateAverageStar_InvalidProductId_ShouldReturnZero
✅ getRatingListWithFilter_ValidFilterData_ShouldReturnSuccess
✅ deleteRating_ValidRatingId_ShouldSuccess
✅ deleteRating_InvalidRatingId_ShouldThrowNotFoundException
✅ getRatingList_ValidProductId_ShouldSuccess
✅ getRatingList_NotExistedProductId_ShouldReturnEmptyList