Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

maven: bump the minor group with 9 updates #7

maven: bump the minor group with 9 updates

maven: bump the minor group with 9 updates #7

GitHub Actions / JUnit Tests succeeded May 21, 2024 in 0s

10 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
TEST-com.mytiki.utils.lambda.InitializeTest.xml 3✅ 431ms
TEST-com.mytiki.utils.lambda.MapperTest.xml 3✅ 124ms
TEST-com.mytiki.utils.lambda.RouterTest.xml 4✅ 296ms

✅ TEST-com.mytiki.utils.lambda.InitializeTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.utils.lambda.InitializeTest 3✅ 431ms

✅ com.mytiki.utils.lambda.InitializeTest

✅ Initialize_Properties_Failure
✅ Initialize_Properties_Success
✅ Test_Logger_Output

✅ TEST-com.mytiki.utils.lambda.MapperTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.utils.lambda.MapperTest 3✅ 124ms

✅ com.mytiki.utils.lambda.MapperTest

✅ Mapper_readValue_fail
✅ Mapper_writeValueAsString_success
✅ Mapper_readValue_success

✅ TEST-com.mytiki.utils.lambda.RouterTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.utils.lambda.RouterTest 4✅ 296ms

✅ com.mytiki.utils.lambda.RouterTest

✅ Router_Method_Success(APIGatewayV2HTTPEvent)[1]
✅ Router_Add_NotFound(APIGatewayV2HTTPEvent)[1]
✅ Router_Path_Success(APIGatewayV2HTTPEvent)[1]
✅ Router_Wildcard_Success(APIGatewayV2HTTPEvent)[1]