Skip to content

anotheroneofthese is deploying the project #279

anotheroneofthese is deploying the project

anotheroneofthese is deploying the project #279

GitHub Actions / JUnit Tests succeeded Sep 6, 2024 in 1s

43 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml 11✅ 20s
target/surefire-reports/TEST-no.nb.mlt.wls.order.model.OrderModelConversionTest.xml 3✅ 5ms
target/surefire-reports/TEST-no.nb.mlt.wls.order.service.OrderServiceTest.xml 13✅ 451ms
target/surefire-reports/TEST-no.nb.mlt.wls.product.controller.ProductControllerTest.xml 5✅ 951ms
target/surefire-reports/TEST-no.nb.mlt.wls.product.model.ProductModelConversionTest.xml 3✅ 3ms
target/surefire-reports/TEST-no.nb.mlt.wls.product.service.ProductServiceTest.xml 8✅ 94ms

✅ target/surefire-reports/TEST-no.nb.mlt.wls.order.controller.OrderControllerTest.xml

11 tests were completed in 20s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.order.controller.OrderControllerTest 11✅ 20s

✅ no.nb.mlt.wls.order.controller.OrderControllerTest

✅ deleteOrder with valid data deletes order
✅ createOrder with duplicate payload returns OK
✅ updateOrder when order is being processed errors
✅ createOrder payload with different data but same ID returns DB entry
✅ createOrder with valid payload creates order
✅ updateOrder with valid payload updates order
✅ getOrder returns the order
✅ getOrder for wrong client throws
✅ deleteOrder handles synq error
✅ createOrder handles SynQ error
✅ createOrder where SynQ says it's a duplicate returns OK

✅ target/surefire-reports/TEST-no.nb.mlt.wls.order.model.OrderModelConversionTest.xml

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

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.order.model.OrderModelConversionTest 3✅ 5ms

✅ no.nb.mlt.wls.order.model.OrderModelConversionTest

✅ order converts to API payload
✅ API payload converts to order
✅ order converts to SynQ payload

✅ target/surefire-reports/TEST-no.nb.mlt.wls.order.service.OrderServiceTest.xml

13 tests were completed in 451ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.order.service.OrderServiceTest 13✅ 451ms

✅ no.nb.mlt.wls.order.service.OrderServiceTest

✅ update existing order with no errors returns ok
✅ save called when db is down is handled gracefully
✅ save called with payload missing orderId throws
✅ update order which doesn't exist in synq throws
✅ save with no errors returns created order
✅ save called with Order that SynQ says exists throws
✅ update order which you don't own throws
✅ update order which is being processed is conflict
✅ save called when SynQ fails is handled gracefully
✅ save called with payload missing hostOrderId throws
✅ update order which doesn't exist throws
✅ save with payload missing product lines throws
✅ save when order exists throws

✅ target/surefire-reports/TEST-no.nb.mlt.wls.product.controller.ProductControllerTest.xml

5 tests were completed in 951ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.product.controller.ProductControllerTest 5✅ 951ms

✅ no.nb.mlt.wls.product.controller.ProductControllerTest

✅ createProduct with valid payload creates product
✅ createProduct with duplicate payload returns OK
✅ createProduct handles SynQ error
✅ createProduct where SynQ says it's a duplicate returns OK
✅ createProduct payload with different data but same ID returns DB entry

✅ target/surefire-reports/TEST-no.nb.mlt.wls.product.model.ProductModelConversionTest.xml

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

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.product.model.ProductModelConversionTest 3✅ 3ms

✅ no.nb.mlt.wls.product.model.ProductModelConversionTest

✅ product converts to SynQ payload
✅ product converts to API payload
✅ API payload converts to product

✅ target/surefire-reports/TEST-no.nb.mlt.wls.product.service.ProductServiceTest.xml

8 tests were completed in 94ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
no.nb.mlt.wls.product.service.ProductServiceTest 8✅ 94ms

✅ no.nb.mlt.wls.product.service.ProductServiceTest

✅ save called with payload missing description throws
✅ save called with payload missing productCategory throws
✅ save with no errors returns created product
✅ save called with payload missing hostId throws
✅ save called with existing product, returns existing product
✅ save when DB fails handles it gracefully
✅ save called with product that SynQ says exists, returns without a product
✅ save when synq fails handles it gracefully