JUnit
From CSSEMediaWiki
(Difference between revisions)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
|||
(2 intermediate revisions by 2 users not shown) | |||
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] |
Latest revision as of 03:11, 25 November 2010
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.