33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
---
|
|
id: wiki-2026-0508-mocking-and-stubbing-테스트-대역
|
|
title: Mocking and Stubbing (테스트 대역)
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: mock-objects-가짜-객체
|
|
duplicate_of: "[[Mock Objects (가짜 객체)]]"
|
|
aliases: []
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: redirected
|
|
tags: [duplicate, testing, mock, stub]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# Mocking and Stubbing (테스트 대역)
|
|
|
|
> **이 문서는 [[Mock Objects (가짜 객체)]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 핵심 요약
|
|
- 매 "Mocking & Stubbing" 은 매 동일 주제의 다른 표현 — canonical 에 매 Meszaros 5종 (Dummy/Stub/Spy/Mock/Fake) + Jest/pytest/Mockito/MSW 패턴 통합.
|
|
- 매 London vs Detroit TDD school 비교도 canonical 참조.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[Mock Objects (가짜 객체)]] (canonical)
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|