JUnit

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(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]]
 
Many people who used to use JUnit are now using [[http://testng.org/doc/ TestNG]], which was inspired from JUnit, but offers much more flexibility and configurability - [[User:Lindsay]]
 

Revision as of 00:28, 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

Personal tools