Skip to content
GitHub Actions / Search-Service-Unit-Test-Results succeeded Oct 18, 2024 in 0s

19 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
search/target/failsafe-reports/TEST-com.yas.search.controller.ProductControllerIT.xml 3✅ 78s
search/target/surefire-reports/TEST-com.yas.search.consumer.ProductSyncDataConsumerTest.xml 4✅ 92ms
search/target/surefire-reports/TEST-com.yas.search.controller.ProductControllerTest.xml 2✅ 5s
search/target/surefire-reports/TEST-com.yas.search.service.ProductServiceTest.xml 4✅ 2s
search/target/surefire-reports/TEST-com.yas.search.service.ProductSyncDataServiceTest.xml 6✅ 798ms

✅ search/target/failsafe-reports/TEST-com.yas.search.controller.ProductControllerIT.xml

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

Test suite Passed Failed Skipped Time
com.yas.search.controller.ProductControllerIT 3✅ 78s

✅ com.yas.search.controller.ProductControllerIT

✅ test_findProductAdvance_shouldNotReturnAnyProduct
✅ test_productSearchAutoComplete_shouldReturnSuccessfully
✅ test_findProductAdvance_shouldReturnSuccessfully

✅ search/target/surefire-reports/TEST-com.yas.search.consumer.ProductSyncDataConsumerTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.search.consumer.ProductSyncDataConsumerTest 4✅ 92ms

✅ com.yas.search.consumer.ProductSyncDataConsumerTest

✅ testListen_whenCreateAction_createProduct
✅ testListen_whenUpdateAction_updateProduct
✅ testListen_whenInvalidAction_noAction
✅ testListen_whenDeleteAction_deleteProduct

✅ search/target/surefire-reports/TEST-com.yas.search.controller.ProductControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.search.controller.ProductControllerTest 2✅ 5s

✅ com.yas.search.controller.ProductControllerTest

✅ testFindProductAdvance_whenProductListIsExists_thenReturnProductListGetVm
✅ testProductSearchAutoComplete_whenProductNameList_thenReturnProductNameListVm

✅ search/target/surefire-reports/TEST-com.yas.search.service.ProductServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.search.service.ProductServiceTest 4✅ 2s

✅ com.yas.search.service.ProductServiceTest

✅ testFindProductAdvance_whenSortTypeIsDefault_ReturnProductListGetVm
✅ testAutoCompleteProductName_whenExistsProducts_returnProductNameListVm
✅ testFindProductAdvance_whenSortTypeIsPriceAsc_ReturnProductListGetVm
✅ testFindProductAdvance_whenSortTypeIsPriceDesc_ReturnProductListGetVm

✅ search/target/surefire-reports/TEST-com.yas.search.service.ProductSyncDataServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.yas.search.service.ProductSyncDataServiceTest 6✅ 798ms

✅ com.yas.search.service.ProductSyncDataServiceTest

✅ updateProduct_whenProductExists_updatesProductAndSaves
✅ testGetProductEsDetailById_whenNormalCase_returnProductEsDetailVm
✅ testCreateProduct_whenNormalCase_createsAndSavesProduct
✅ testUpdateProduct_whenProductDoesNotExist_throwsNotFoundException
✅ testDeleteProduct_whenProductDoesNotExist_throwsNotFoundException
✅ testDeleteProduct_whenProductExists_deletesProduct