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

maven: bump the minor group with 11 updates #108

Closed
wants to merge 1 commit into from

maven: bump the minor group with 11 updates

72dfe0f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

maven: bump the minor group with 11 updates #108

maven: bump the minor group with 11 updates
72dfe0f
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Tests succeeded Jan 1, 2024 in 0s

JUnit Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
TEST-com.mytiki.core.iceberg.utils.IcebergTest.xml 3✅ 1s
TEST-com.mytiki.core.iceberg.utils.InitializeTest.xml 3✅ 418ms
TEST-com.mytiki.core.iceberg.utils.MapperTest.xml 3✅ 222ms
TEST-com.mytiki.core.iceberg.utils.RouterTest.xml 4✅ 298ms

✅ TEST-com.mytiki.core.iceberg.utils.IcebergTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.core.iceberg.utils.IcebergTest 3✅ 1s

✅ com.mytiki.core.iceberg.utils.IcebergTest

✅ Test_Initialize_Success
✅ Test_Load_Env_Success
✅ Test_Load_No_Env_Success

✅ TEST-com.mytiki.core.iceberg.utils.InitializeTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.core.iceberg.utils.InitializeTest 3✅ 418ms

✅ com.mytiki.core.iceberg.utils.InitializeTest

✅ Initialize_Properties_Failure
✅ Initialize_Properties_Success
✅ Test_Logger_Output

✅ TEST-com.mytiki.core.iceberg.utils.MapperTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.core.iceberg.utils.MapperTest 3✅ 222ms

✅ com.mytiki.core.iceberg.utils.MapperTest

✅ Mapper_readValue_fail
✅ Mapper_writeValueAsString_success
✅ Mapper_readValue_success

✅ TEST-com.mytiki.core.iceberg.utils.RouterTest.xml

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

Test suite Passed Failed Skipped Time
com.mytiki.core.iceberg.utils.RouterTest 4✅ 298ms

✅ com.mytiki.core.iceberg.utils.RouterTest

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