test-doubles.md
... ...
@@ -217,6 +217,12 @@ end
217 217
218 218
When we send a message to another object that results in a side effect, we want to verify the side effect.
219 219
220
+In other words, we want to prove that a promised behavior change in a collaborator has been trigger.
221
+
222
+Example:
223
+
224
+Our `Converter` provides a means for there to be logging of the conversion.
225
+
220 226
### Terms
221 227
222 228
* SUT - System under test