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

201902769_함윤식 #72

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

Ham3798
Copy link

@Ham3798 Ham3798 commented May 11, 2023

명세란 무엇인가
소프트웨어 개발 프로세스의 시작인 요구사항을 분석하고 정의하는 단계에서 작성되는 최종 산출물

단위테스트에서 Given / When / Then 에 대해 설명해주세요
Given: 테스트를 준비하는 과정, 테스트에 필요한 변수, 입력값을 준비하는 단계이다.
When: 실제로 테스트를 실행해보는 단계이다.
Then: 마지막으로 테스트를 검증하는 단계, 예상값과 테스트 결과값을 비교하여 검증한다.

테스트 코드를 작성하는 이유
테스트를 반복적으로 실행 가능하여, 문제 상황을 빠르게 재현 가능

https://github.com/SpringBootTest 가 하는 역할
Spring Application의 통합 테스트를 제공하는 Annotation

@test 가 하는 역할
해당 메소드가 테스트에 사용된다는 것을 알려주는 Annotation

mockito를 쓰는 이유
객체를 쉽게 만들고, 관리하고, 검증하는 방법을 제공해 줌

assertAll 가 하는 역할
Assert문 여러 개를 모두 실행 후 테스트 코드의 예상값 실제 값 출력

image

@Ham3798
Copy link
Author

Ham3798 commented May 15, 2023

image

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.

2 participants