JUnit

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(See also)
m (Reverted edits by Ebybymic (Talk); changed back to last version by Matthew Harward)
 
(7 intermediate revisions by 3 users not shown)
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.
+
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 ==
 
== See also ==
  
* [[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]]
+

Latest revision as of 03:11, 25 November 2010

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