The Six Magic Tricks
| Origin | Query (returns something) | Command (changes something) |
|---|---|---|
| Incoming | ① ✅ Assert return value | ② ✅ Assert public side effect |
| To Self | ③ 🚫 Ignore | ④ 🚫 Ignore |
| Outgoing | ⑤ 🚫 Ignore | ⑥ ✅ Mock expectation |
by Sandi Metz
The Six Magic Tricks
| Origin | Query (returns something) | Command (changes something) |
|---|---|---|
| Incoming | ① ✅ Assert return value | ② ✅ Assert public side effect |
| To Self | ③ 🚫 Ignore | ④ 🚫 Ignore |
| Outgoing | ⑤ 🚫 Ignore | ⑥ ✅ Mock expectation |
by Sandi Metz