JUnit
From CSSEMediaWiki
(Difference between revisions)
Line 1: | Line 1: | ||
JUnit is an example of a beautiful design, emphasising design patterns. It was developed by [[Erich Gamma]] and [[Kent Beck]]. | JUnit is an example of a beautiful design, emphasising design patterns. It was developed by [[Erich Gamma]] and [[Kent Beck]]. | ||
− | The | + | The [http://www.cosc.canterbury.ac.nz/resources/software/java/junit/doc/cookstour/cookstour.htm Cook's tour] describes the patterns in the design. |
== See also == | == See also == | ||
− | * | + | * [http://www.cosc.canterbury.ac.nz/resources/software/java/junit/doc/index.html General JUnit doc] |
Revision as of 13:22, 21 July 2009
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.