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

201902738 이현재 #8

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

Conversation

bellaria19
Copy link

@bellaria19 bellaria19 commented Apr 25, 2023

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

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

테스트 코드를 작성하는 이유는?
테스트를 반복적으로 실행 가능

@SpringBootTest 가 하는 역할은?
스프링 애플리케이션의 통합 테스트를 제공하는 기본적인 Spring boot 어노테이션

@test 가 하는 역할은?
테스트를 사용한다

mockito를 쓰는 이유는?
프로그래머가 객체의 행동을 직접 관리하기 위해서

assertAll 가 하는 역할은?
여러 개의 assert를 실행하고 모든 결과 확인

테스트 결과
테스트결과

Github Action
image

@inspire12
Copy link
Collaborator

github action 에서 Test with Gradle 을 클릭해보시면 테스트 결과가 보일거에요 그 부분으로 올려주세요 ㅎㅎ

@bellaria19
Copy link
Author

Test with Gradle
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