JUnit
From CSSEMediaWiki
(Difference between revisions)
(→See also) |
|||
Line 6: | Line 6: | ||
* [[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]] | ||
+ | |||
+ | Many people who used to use JUnit are now using [[http://testng.org/doc/ TestNG]] |
Revision as of 00:24, 10 September 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
Many people who used to use JUnit are now using [TestNG]