File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/com/somemore/domains/volunteer/service Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33import com .somemore .global .auth .oauth .domain .OAuthProvider ;
44import com .somemore .support .IntegrationTestSupport ;
5+ import org .junit .jupiter .api .DisplayName ;
56import org .junit .jupiter .api .Test ;
67import org .springframework .beans .factory .annotation .Autowired ;
78import org .springframework .beans .factory .annotation .Value ;
@@ -18,6 +19,7 @@ class GenerateOAuthUrlServiceTest extends IntegrationTestSupport {
1819
1920
2021 @ Test
22+ @ DisplayName ("Naver 제공자를 위한 OAuth URL이 올바르게 생성되는지 검증" )
2123 void generateUrl_ShouldReturnCorrectUrl_ForNaver () {
2224 // Given
2325 String oAuthProvider = OAuthProvider .NAVER .getProviderName ();
@@ -32,6 +34,7 @@ void generateUrl_ShouldReturnCorrectUrl_ForNaver() {
3234 }
3335
3436 @ Test
37+ @ DisplayName ("Kakao 제공자를 위한 OAuth URL이 올바르게 생성되는지 검증" )
3538 void generateUrl_ShouldReturnCorrectUrl_ForKakao () {
3639 // Given
3740 String oAuthProvider = OAuthProvider .KAKAO .getProviderName ();
You can’t perform that action at this time.
0 commit comments