JUnit/Definition: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Jayvin Arora
m (junit definition)
 
imported>Jayvin Arora
mNo edit summary
 
Line 1: Line 1:
<noinclude>{{Subpages}}A testing framework for Java application writing.  As of  July 2010 the current version is Junit 4. </noinclude>
<noinclude>{{Subpages}}An open source testing framework for Java code. The framework allows the user to set up test fixtures for objects that each of the testing methods can access, and the ability to run tests.  As of  July 2010 the current version is Junit 4. </noinclude>

Latest revision as of 13:21, 22 July 2010

This article contains just a definition and optionally other subpages (such as a list of related articles), but no metadata. Create the metadata page if you want to expand this into a full article.


JUnit [r]:An open source testing framework for Java code. The framework allows the user to set up test fixtures for objects that each of the testing methods can access, and the ability to run tests. As of July 2010 the current version is Junit 4.