Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#882 create a shared project #1020

Merged
merged 7 commits into from
Sep 19, 2024

#882 Create a shared project

bac0a79
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

#882 create a shared project #1020

#882 Create a shared project
bac0a79
Select commit
Loading
Failed to load commit list.
GitHub Actions / Rating-Service-Unit-Test-Results succeeded Sep 19, 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✅ 60s
rating/target/surefire-reports/TEST-com.yas.rating.controller.RatingControllerTest.xml 6✅ 2s
rating/target/surefire-reports/TEST-com.yas.rating.RatingApplicationTest.xml 1✅ 13s
rating/target/surefire-reports/TEST-com.yas.rating.service.OrderServiceTest.xml 2✅ 712ms
rating/target/surefire-reports/TEST-com.yas.rating.service.RatingServiceTest.xml 10✅ 5s

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

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

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

✅ 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 2s with 6 passed, 0 failed and 0 skipped.

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

✅ 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 13s with 1 passed, 0 failed and 0 skipped.

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

✅ com.yas.rating.RatingApplicationTest

✅ contextLoads

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

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

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

✅ 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 5s with 10 passed, 0 failed and 0 skipped.

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

✅ 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