Skip to content

Commit 564df35

Browse files
committed
Acknowledge xUnit Patterns
1 parent 2f169b5 commit 564df35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
Welcome! Are you writing JavaScript tests and in the market for a mocking
88
library to fake out real things for you? testdouble.js is an opinionated,
99
carefully-designed test double library maintained by, oddly enough, a software
10-
agency that's also named [Test Double](http://testdouble.com).
10+
agency that's also named [Test Double](http://testdouble.com). (The term "test
11+
double" was coined by Gerard Meszaros in his book [xUnit Test
12+
Patterns](http://xunitpatterns.com/Test%20Double.html).)
1113

1214
If you practice test-driven development, testdouble.js was designed to promote
1315
terse, clear, and easy-to-understand tests. There's an awful lot to cover, so

0 commit comments

Comments
 (0)