JUnit

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(See also)
(See also)
Line 7: Line 7:
 
* [[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 - LindsayKay
+
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:27, 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], which was inspired from JUnit, but offers much more flexibility and configurability - User:Lindsay

Personal tools