df9f6effdd9d20306f912be9df0874afe0dc3cbb
test-doubles.md
... | ... | @@ -132,6 +132,8 @@ testing frameworks are more lenient in this respect, which can result in more co |
132 | 132 | |
133 | 133 | When we send a message to another object that results in a side effect, we want to verify the side effect. |
134 | 134 | |
135 | +### Terms |
|
136 | + |
|
135 | 137 | * SUT - System under test |
136 | 138 | * DOC - Depended-on component |
137 | 139 | * "indirect input" - This is data that gets into the SUT from a DOC. I.e., we're not calling a method with parameters; inputs are getting into the SUT via some DOC. (126) |