JUnit
From CSSEMediaWiki
(Difference between revisions)
Line 5: | Line 5: | ||
== See also == | == See also == | ||
− | * http://www.cosc.canterbury.ac.nz/resources/software/java/junit/doc/index.html General JUnit doc]] | + | * [[http://www.cosc.canterbury.ac.nz/resources/software/java/junit/doc/index.html General JUnit doc]] |
Revision as of 03:12, 23 July 2008
JUnit is an example of a beautiful design, emphasising design patterns. It was developed by Erich Gamma and Kent Beck.
The [Cook's tour] describes the patterns in the design.