# README

[![](https://contents.kyobobook.co.kr/sih/fit-in/458x0/pdt/9791161755748.jpg)](https://product.kyobobook.co.kr/detail/S000001805070)

[여기에서도 볼 수 있어요](https://kukingclass.gitbook.io/unittesting/)

## Table of contents

### 1부. 더 큰 그림

* 1장. 단위 테스트 목표 [@LifesLike](https://github.com/LifesLike)
* 2장. 단위 테스트란 무엇인가 [@Lee-Jiseung](https://github.com/Lee-Jiseung)
* 3장. 단위 테스트 구조 [@goldggyul](https://github.com/goldggyul)

### 2부. 개발자에게 도움이 되는 테스트 만들기

* 4장. 좋은 단위 테스트의 4대 요소 [@janghoosa](https://github.com/janghoosa)
* 5장. 목과 테스트 취약성 [@mimwin](https://github.com/mimwin)
* 6장. 단위 테스트 스타일 [@sujin-kk](https://github.com/sujin-kk)
* 7장. 가치 있는 단위 테스트를 위한 리팩터링 [@goldggyul](https://github.com/goldggyul)

### 3부. 통합 테스트

* 8장. 통합 테스트를 하는 이유 [@Lee-Jiseung](https://github.com/Lee-Jiseung)
* 9장. 목 처리에 대한 모범 사례 [@LifesLike](https://github.com/LifesLike)
* 10장. 데이터베이스 테스트 [@sujin-kk](https://github.com/sujin-kk)

### 4부. 단위 테스트 안티 패턴

* 11장. 단위 테스트 안티 패턴 [@janghoosa](https://github.com/janghoosa)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kukingclass.gitbook.io/unittesting/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
