Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 프로그래머스
- mysql
- spring
- 알고리즘
- service
- activity
- Android
- IntelliJ
- data
- insert
- git
- intent
- 백준
- ubuntu
- 16197
- vscode
- 두 동전
- 데이터전달
- 단축키
- Algorithm
- broadcastreceiver
- 데이터
- goland
- Jenknis
- 제어반전
- Java
- 17837
- 안드로이드
- 큐빙
- github
Archives
- Today
- Total
해보자
[Spring] GWT(Given-When-Then) 본문
Given-When-Then(GWT)
테스트 케이스
를 작성하는 반 구조화된 방법
given
테스트 데이터 설정
when
테스트를 진행하기 위한 행동
then
테스트 결과 예측
'Spring' 카테고리의 다른 글
[Maven] jar에 기본 Manifest 속성이 없습니다 (0) | 2021.04.07 |
---|---|
[Spirngboot] h2 Database Connection (0) | 2020.09.09 |
[Spring] 제어 반전 컨테이너 - IoC (0) | 2020.09.07 |
[Springboot] 외부 설정 파일 (properties, yml) (0) | 2020.08.19 |
[SpringBoot] Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)' (0) | 2020.08.13 |