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.) |
|||
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]] |
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.
See also
- http://www.cosc.canterbury.ac.nz/resources/software/java/junit/doc/index.html General JUnit doc]]