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

[Week3] Chapter05. JUnit5 기초 & Chapter06. 테스트 코드의 구성 #19

Merged
merged 2 commits into from
May 22, 2024

Conversation

PicturePark1101
Copy link
Contributor

@PicturePark1101 PicturePark1101 commented May 7, 2024

과제 내용

정리

배운 점 / 인상깊었던 점 / 공유하고 싶은 점 등을 적어주세요.
N/A

과제 정리 파일

ch05

ch06

과제 정리하며 궁금했던 점

이번 챕터에서 여러가지 메소드를 알아갈 수 있었습니다~
다만 김영한님 강의에서는

 import static org.assertj.core.api.Assertions.*;
 assertThat(findMember.getUsername()).isEqualTo("member1");

이런 메소드를 쓰던데, assertThat에 대해 추가적으로 공부해보고 싶습니다~

@PicturePark1101 PicturePark1101 self-assigned this May 7, 2024
@PicturePark1101 PicturePark1101 changed the title [Week3] Chapter05. JUnit5 기초 & Chapter06. 테스트 코드의 구성 #18 [Week3] Chapter05. JUnit5 기초 & Chapter06. 테스트 코드의 구성 May 7, 2024
@PicturePark1101 PicturePark1101 merged commit 3d90a96 into main May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant