24e3050edcecf1337f92bee52d0e48306b4c01e1
test-doubles.md
| ... | ... | @@ -9,6 +9,7 @@ Other resources: |
| 9 | 9 | The thing we are testing is called a "System under test" (SUT) (XTP) or "object under test" (POODR, p. 195, Figure 9.1). We'll use SUT. It is fair to think about other things being under test, such as a class, object, method, or application, but the idea here is that the thing under test is defined by the scope of the test itself. Other objects may be involved, such as a "depended-on component" (DOC). |
| 10 | 10 | |
| 11 | 11 |  |
| 12 | +(POODR, Figure 9.1) |
|
| 12 | 13 | |
| 13 | 14 | ### Testing messages received from others |
| 14 | 15 |