Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

JUnit

JUnit is a unit test framework for the Java programming language. Created by Kent Beck and Erich Gamma, JUnit is one, and arguably the most successful, of the xUnit family of frameworks that originated with Kent Beck s sUnit. JUnit has spawned its own ecosystem of [http://www.junit.org/news/extension/index.htm JUnit extensions].

Experience gained with JUnit has been important in the development of test-driven development, and as a result, some knowledge of JUnit is often presumed in discussions of test-driven development, for example in the book Test-Driven Development: By Example , ISBN 0-321-14653-0 by Kent Beck.

JUnit has been ported to other languages, including C Sharp (NUnit) and C plus plus (CppUnit). This family of unit testing frameworks is referred to collectively as XUnit.

= External links =

  • [http://junit.org/ JUnit]
  • [http://beust.com/testng TestNG] has many of the same goals as JUnit
  • [http://www.linux.ie/articles/tutorials/junit.php Unit tests with JUnit]
  • [http://www.ibm.com/developerworks/opensource/library/os-junit/ca=dgr-lnxw07JUnite JUnit antipatterns]
  • [http://www.ibm.com/developerworks/java/library/j-junit4.htmlca=dgr-lnxw01JUnit4 An early look at JUnit 4]
  • = Books on JUnit =

  • [http://www.amazon.com/exec/obidos/tg/detail/-/1930110995/qid=1127940022/sr=8-1/ref=pd_bbs_1/102-6187539-1872965v=glance&s=books&n=507846 JUnit in Action]