Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Table of Contents

[1. 오브젝트와 의존관계](chapter1/README.md)
[1. 오브젝트와 의존관계](chapter1/README.md)

[2. 테스트](chapter2/README.md)
37 changes: 37 additions & 0 deletions chapter2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 2장 테스트

## 테스트

![표지](images/_1.png)

![2장 테스트 내용](images/_2.png)

![지금까지 테스트 코드의 상황](images/_3.png)

## 테스트 코드 개선하기

![테스트 코드 개선하기 - 설정 정보](images/_4.png)

![테스트 코드 개선하기 - 성공하는 테스트](images/_5.png)

![테스트 코드 개선하기 - 성공하는 테스트](images/_6.png)

![테스트 코드 개선하기 - 중복 코드의 제거](images/_7.png)

![테스트 코드 개선하기 - 픽스처](images/_8.png)

## 스프링 테스트 적용

![스프링 테스트 적용 - 스프링 테스트 컨텍스트 프레임워크 적용](images/_9.png)

![스프링 테스트 적용 - 직접적으로 빈을 DI 받아 사용하기](images/_10.png)

![스프링 테스트 적용 - 직접적으로 빈을 DI 받아 사용하기](images/_11.png)

![스프링 테스트 적용 - 테스트를 위한 수동 DI 적용하기](images/_11.png)

![스프링 테스트 적용 - 컨테이너 없는 DI 적용하기](images/_12.png)

## 학습 테스트로 배우는 스프링

![학습 테스트로 배우는 스프링](images/_13.png)
Binary file added chapter2/images/_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter2/images/_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.