35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
---
|
|
id: wiki-2026-0508-test-doubles-테스트-대역
|
|
title: Test Doubles (테스트 대역)
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: wiki-2026-0508-mock-objects
|
|
duplicate_of: "[[Mock Objects (가짜 객체)]]"
|
|
aliases: []
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: redirected
|
|
tags: [duplicate, testing, mocks, doubles]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# Test Doubles (테스트 대역)
|
|
|
|
> **이 문서는 [[Mock Objects (가짜 객체)]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 핵심 요약 (specialization aspect)
|
|
- 매 "Test Double" 은 Gerard Meszaros (xUnit Patterns 2007) 의 umbrella term — 매 stub/mock/fake/spy/dummy 5종 포함.
|
|
- Canonical 문서는 mock 의 specific subset 의 detail + 5-type taxonomy 의 full coverage.
|
|
- Fowler 2007 "Mocks Aren't Stubs" 의 distinction.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[Mock Objects (가짜 객체)]] (canonical)
|
|
- Related: [[Testability_Architecture]] · [[Test Automation Pyramid]]
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|