Skip to content

#1148 - Enhance Error Handler, Serialize, Deserialize #430

#1148 - Enhance Error Handler, Serialize, Deserialize

#1148 - Enhance Error Handler, Serialize, Deserialize #430

GitHub Actions / Search-Service-Unit-Test-Results succeeded Oct 22, 2024 in 0s

18 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✅ 115s
search/target/surefire-reports/TEST-com.yas.search.consumer.ProductSyncDataConsumerTest.xml 3✅ 91ms
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✅ 819ms

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

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

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

✅ 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

3 tests were completed in 91ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.yas.search.consumer.ProductSyncDataConsumerTest 3✅ 91ms

✅ com.yas.search.consumer.ProductSyncDataConsumerTest

✅ testSync_whenUpdateAction_updateProduct
✅ testSync_whenDeleteAction_deleteProduct
✅ testSync_whenCreateAction_createProduct

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

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

✅ com.yas.search.service.ProductSyncDataServiceTest

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