Skip to content

Commit

Permalink
Merge pull request #8 from spring-org/feat/chapter-2-docs
Browse files Browse the repository at this point in the history
spring-toby-3 [Spring] 2. 테스트
  • Loading branch information
SeokRae authored Nov 14, 2021
2 parents ba17e54 + b8dbbaa commit e86ea5d
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 1 deletion.
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.

0 comments on commit e86ea5d

Please sign in to comment.