JUnit
From CSSEMediaWiki
(Difference between revisions)
(→See also) |
(→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]] | ||
+ | |||
+ | * [[http://testng.org/doc/ TestNG]] - Many people who used to use JUnit are now using TestNG, which was inspired from JUnit, but offers much more flexibility and configurability - [[User:Lindsay]] |
Revision as of 00:29, 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
- [TestNG] - Many people who used to use JUnit are now using TestNG, which was inspired from JUnit, but offers much more flexibility and configurability - User:Lindsay