Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spring parent version to 3.3.3 #118

Closed
wants to merge 1 commit into from

Update Spring parent version to 3.3.3

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

Update Spring parent version to 3.3.3 #118

Update Spring parent version to 3.3.3
64a5904
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Reporter Summary succeeded Sep 1, 2024 in 0s

Test Reporter Summary ✅

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.AuthenticationControllerTest.xml 1✅ 73ms
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.CategoryControllerTest.xml 6✅ 7s
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.ControllerAdviceTest.xml 2✅ 149ms
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.UserControllerTest.xml 2✅ 34ms
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.VideoControllerTest.xml 7✅ 1s
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest.xml 2✅ 4s
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.security.TokenServiceTest.xml 4✅ 48ms
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest.xml 6✅ 288ms
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.UserDetailsServiceImplTest.xml 1✅ 52ms
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.UserServiceImplTest.xml 2✅ 327ms
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.VideoServiceImplTest.xml 12✅ 111ms

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.AuthenticationControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.AuthenticationControllerTest 1✅ 73ms

✅ com.alura.aluraflixapi.controller.AuthenticationControllerTest

✅ login_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.CategoryControllerTest.xml

6 tests were completed in 7s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.CategoryControllerTest 6✅ 7s

✅ com.alura.aluraflixapi.controller.CategoryControllerTest

✅ categories_test
✅ getVideosByCategory_return_no_content_test
✅ findCategoryById_test
✅ create_test
✅ deleteCategory_test
✅ getVideosByCategory_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.ControllerAdviceTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.ControllerAdviceTest 2✅ 149ms

✅ com.alura.aluraflixapi.controller.ControllerAdviceTest

✅ handleInvalidFields_test
✅ handlerResourceNotFoundException_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.UserControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.UserControllerTest 2✅ 34ms

✅ com.alura.aluraflixapi.controller.UserControllerTest

✅ getUsers_test
✅ saveUser_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.VideoControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.VideoControllerTest 7✅ 1s

✅ com.alura.aluraflixapi.controller.VideoControllerTest

✅ get_video_by_id
✅ delete_video_by_id_test
✅ getVideosByTitle_test
✅ get_all_videos_test
✅ save_a_new_video_test
✅ getVideosByTitle_response_no_content_test
✅ update_video_by_id_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest 2✅ 4s

✅ com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest

✅ findVideoByTitleTest
✅ findVideosByCategoriesTest

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.security.TokenServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.security.TokenServiceTest 4✅ 48ms

✅ com.alura.aluraflixapi.infraestructure.security.TokenServiceTest

✅ generateTokenJWT_KO_test
✅ getSubject_KO_test
✅ getSubject_test
✅ generateTokenJWT_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest 6✅ 288ms

✅ com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest

✅ should_delete_a_category_test
✅ should_findCategory_by_id_test
✅ should_return_a_category_searching_by_video_test
✅ should_return_all_categories_in_database_test
✅ should_throw_categoryTransactionException_when_create_a_new_category_test
✅ should_create_a_new_category_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.UserDetailsServiceImplTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.service.UserDetailsServiceImplTest 1✅ 52ms

✅ com.alura.aluraflixapi.infraestructure.service.UserDetailsServiceImplTest

✅ loadUserByUsername_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.UserServiceImplTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.service.UserServiceImplTest 2✅ 327ms

✅ com.alura.aluraflixapi.infraestructure.service.UserServiceImplTest

✅ getUsers_test
✅ saveUser_test

✅ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.VideoServiceImplTest.xml

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

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.service.VideoServiceImplTest 12✅ 111ms

✅ com.alura.aluraflixapi.infraestructure.service.VideoServiceImplTest

✅ getVideos_response_ko_test
✅ deleteVideo_response_ko_test
✅ getVideosByTitle_response_ok_test
✅ delete_response_ok_test
✅ getVideosByTitle_response_ko_test
✅ save_response_ok_test
✅ getById_response_ok_test
✅ updateVideo_response_ko_test
✅ getVideos_response_ok_test
✅ save_response_ko_test
✅ getById_response_ko_test
✅ updateMovie_response_ok_test