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

Feature/refactoring #353

Closed
wants to merge 12 commits into from
Closed

Conversation

DongilMin
Copy link

[feature/#1] CookieUtilsTest.java Unit방식의 전통적인 가독성이 떨어지는 코드를 개선, 중복 코드 분리, 가독성을 위해 상수 사용,

[feature/#2] HttpCookieOAuth2HttpCookieOAuth2AuthorizationRequestRepositoryTest.java
BeforeEach 추가, Unit방식의 전통적인 가독성이 떨어지는 코드를 개선, 중복 코드 분리, 가독성을 위해 상수 사용

[feature/#3] handler/Oauth2AuthenticationFailureHandlerTest.java 중복 코드 메서드 분리, URL과 같은 반복적으로 사용되는 문자열은 상수로 정의하여 코드의 가독성 증가

[feature/#4] handler/Oauth2AuthenticationFailureHandlerTest.java 중복 코드 메서드 분리, URL과 같은 반복적으로 사용되는 문자열은 상수로 정의하여 코드의 가독성 증가, 오타 수정

[gradle build message] :

Task :module-auth:test
2024-10-28 18:32:21.764 INFO 11076 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2024-10-28 18:32:21.765 INFO 11076 --- [ionShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
Hibernate: drop table if exists major CASCADE
Hibernate: drop table if exists refresh_token CASCADE
Hibernate: drop table if exists update_name_request CASCADE
Hibernate: drop table if exists user CASCADE
Hibernate: drop table if exists user_socialaccount CASCADE
2024-10-28 18:32:21.777 INFO 11076 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2024-10-28 18:32:21.781 INFO 11076 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.

BUILD SUCCESSFUL in 24s
25 actionable tasks: 4 executed, 21 up-to-date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant