Skip to content

feat: 사용자는 로그인을 할 수 있다. #18

feat: 사용자는 로그인을 할 수 있다.

feat: 사용자는 로그인을 할 수 있다. #18

GitHub Actions / Test Results succeeded Jan 22, 2024 in 0s

All 28 tests pass in 1s

28 tests  +5   28 ✅ +5   1s ⏱️ ±0s
 6 suites +2    0 💤 ±0 
 6 files   +2    0 ❌ ±0 

Results for commit fa76c2f. ± Comparison against earlier commit 3d82962.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

28 tests found

There are 28 tests, see "Raw output" for the full list of tests.
Raw output
com.seong.shoutlink.BackendApplicationTests ‑ contextLoads()
com.seong.shoutlink.domain.auth.controller.AuthControllerTest ‑ 성공: 로그인 api 호출
com.seong.shoutlink.domain.auth.controller.AuthControllerTest ‑ 성공: 회원 등록 api 호출
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [1] invalidPassword=asdf
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [1] validPassword=asdf123!
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [2] invalidPassword=asdf1234
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [2] validPassword=asdfasdf12341234!@#$
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [3] invalidPassword=asdf!@#$
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [4] invalidPassword=1234!@#$
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [5] invalidPassword=a1!
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ [6] invalidPassword=thisisovertwentycharacters!@#$123
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ 예외(duplicateEmail): 중복된 이메일
com.seong.shoutlink.domain.auth.service.AuthServiceTest$CreateMemberTest ‑ 예외(duplicateNickname): 중복된 닉네임
com.seong.shoutlink.domain.auth.service.AuthServiceTest$LoginTest ‑ 성공: 액세스 토큰, 리프레시 토큰 반환
com.seong.shoutlink.domain.auth.service.AuthServiceTest$LoginTest ‑ 예외(unauthenticated): 비밀번호가 일치하지 않음
com.seong.shoutlink.domain.auth.service.AuthServiceTest$LoginTest ‑ 예외(unauthenticated): 이메일이 일치하지 않음
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ [1] invalidEmail=email
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ [1] invalidNickname=asdf##
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ [2] invalidEmail=email@asdf
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ [2] invalidNickname=thisNicknameOver21ooo
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ [3] invalidEmail=@asdf.com
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 예외(illegalArgument): 닉네임이 null
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 예외(illegalArgument): 비밀번호가 null
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 예외(illegalArgument): 비밀번호가 공백
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 예외(illegalArgument): 이메일이 null
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 예외(illegalArgument): 회원 역할이 null
com.seong.shoutlink.domain.member.MemberTest$NewMember ‑ 회원이 생성된다.
com.seong.shoutlink.global.auth.jwt.JJwtProviderTest$CreateTokenTest ‑ 성공