JUnit
From CSSEMediaWiki
(Difference between revisions)
(New page: JUnit is an example of a beautiful design, emphasising design patterns. It was developed by Erich Gamma and Kent Beck. Link to Cook's tour here.) |
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward) |
||
(10 intermediate revisions by 4 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 [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 == | ||
+ | |||
+ | * [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.