summary_of_technical_books
summary_of_technical_books copied to clipboard
단위테스트
- [x] Chapter 1: 단위 테스트의 목표
- https://github.com/saseungmin/reading_books_record_repository/pull/355
- https://github.com/saseungmin/reading_books_record_repository/pull/356
- [x] Chapter 2: 단위 테스트란 무엇인가
- https://github.com/saseungmin/reading_books_record_repository/pull/357
- [x] Chapter 3: 단위 테스트 구조
- https://github.com/saseungmin/reading_books_record_repository/pull/358
- https://github.com/saseungmin/reading_books_record_repository/pull/359
- [x] Chapter 4: 좋은 단위 테스트의 4대 요소
- https://github.com/saseungmin/reading_books_record_repository/pull/360
- https://github.com/saseungmin/reading_books_record_repository/pull/361
- [x] Chapter 5: 목과 테스트 취약성
- https://github.com/saseungmin/reading_books_record_repository/pull/362
- https://github.com/saseungmin/reading_books_record_repository/pull/363
- https://github.com/saseungmin/reading_books_record_repository/pull/364
- https://github.com/saseungmin/reading_books_record_repository/pull/365
- [ ] Chapter 6: 단위 테스트 스타일
- https://github.com/saseungmin/reading_books_record_repository/pull/374
- https://github.com/saseungmin/reading_books_record_repository/pull/375
- https://github.com/saseungmin/reading_books_record_repository/pull/376
- [ ] Chapter 7: 가치 있는 단위 테스트를 위한 리팩터링
- [ ] Chapter 8: 통합 테스트를 하는 이유
- [ ] Chapter 9: 목 처리에 대한 모범 사례
- [ ] Chapter 10: 데이터베이스 테스트
- [ ] Chapter 11: 단위 테스트 안티 패턴