java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic JUnit (11 - 09 Apr 2008 - Main.robogeek)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go
Line: 31 to 31
 
Added:
>
>
See Testing for more (general) information on testing Java applications.
 


 <<O>>  Difference Topic JUnit (10 - 31 Jul 2007 - Main.scolebourne)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go

JUnit

Changed:
<
<
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Cactus?.
>
>
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Apache Jakarta Cactus.
 Developer has to write Junit Class crosspond to every class he wants to test. This junit class should be written based on junit framework. There can be one or more method to verify single original method.

 <<O>>  Difference Topic JUnit (9 - 31 Jul 2007 - Main.scolebourne)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go

JUnit

Changed:
<
<
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Apache Jakarta Cactus?.
>
>
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Cactus?.
 Developer has to write Junit Class crosspond to every class he wants to test. This junit class should be written based on junit framework. There can be one or more method to verify single original method.

 <<O>>  Difference Topic JUnit (8 - 31 Jul 2007 - Main.scolebourne)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go

JUnit

Changed:
<
<
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Jakarta's Cactus.
>
>
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Apache Jakarta Cactus?.

Developer has to write Junit Class crosspond to every class he wants to test. This junit class should be written based on junit framework. There can be one or more method to verify single original method.

 Some JavaIDEs include direct support for creating and running JUnit test suites. Apache Maven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.

 <<O>>  Difference Topic JUnit (7 - 12 Mar 2005 - Main.sullis)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go
Line: 9 to 9
 Some JavaIDEs include direct support for creating and running JUnit test suites. Apache Maven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
Changed:
<
<
JUnit becomes even more useful with automatically generated test protocols. This can be done with Log4Unit, an extension to Log4J.
>
>
JUnit becomes even more useful with automatically generated test protocols.

See also

 


 <<O>>  Difference Topic JUnit (6 - 23 Oct 2003 - Main.redwolf)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go

JUnit

Changed:
<
<
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications.
>
>
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications. For unit testing server-side code, check out Jakarta's Cactus.
 
Changed:
<
<
Some JavaIDEs include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
>
>
Some JavaIDEs include direct support for creating and running JUnit test suites. Apache Maven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
 JUnit becomes even more useful with automatically generated test protocols. This can be done with Log4Unit, an extension to Log4J.

 <<O>>  Difference Topic JUnit (5 - 26 Aug 2003 - Main.redwolf)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go

JUnit

Changed:
<
<
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests concurrently or even before code, and many developers like to use JUnit for all kinds of Java applications.
>
>
A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests before coding (or at least concurrently). Developers like to use JUnit for all kinds of Java applications.
 Some JavaIDEs include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
Changed:
<
<
JUnit even becomes more usefull with automatically generated test protocolls. This can be done with Log4Unit, an extension to Log4J.
>
>
JUnit becomes even more useful with automatically generated test protocols. This can be done with Log4Unit, an extension to Log4J.
 


 <<O>>  Difference Topic JUnit (4 - 25 Jul 2003 - Main.geggo)
Line: 1 to 1
 
META TOPICPARENT name="FrameworksAndLibraries"
Home | Help | Changes | Index | Search | Go
Line: 9 to 9
 Some JavaIDEs include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
Added:
>
>
JUnit even becomes more usefull with automatically generated test protocolls. This can be done with Log4Unit, an extension to Log4J.
 

Line: 16 to 17
 

Discussion about JUnit

Deleted:
<
<

 <<O>>  Difference Topic JUnit (3 - 17 Jun 2003 - Main.rgoldman)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="FrameworksAndLibraries"
 
Home | Help | Changes | Index | Search | Go

JUnit


 <<O>>  Difference Topic JUnit (2 - 12 Jun 2003 - Main.rgoldman)
Line: 1 to 1
 
Home | Help | Changes | Index | Search | Go

JUnit

Line: 6 to 6
 A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests concurrently or even before code, and many developers like to use JUnit for all kinds of Java applications.
Changed:
<
<
Some JavaIdes? include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
>
>
Some JavaIDEs include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.
 



 <<O>>  Difference Topic JUnit (1 - 09 Jun 2003 - Main.dgabriel)
Line: 1 to 1
Added:
>
>
Home | Help | Changes | Index | Search | Go

JUnit

A popular open-source unit-testing framework for Java hosted at http://junit.org/. Extreme Programming recommends developing unit tests concurrently or even before code, and many developers like to use JUnit for all kinds of Java applications.

Some JavaIdes? include direct support for creating and running JUnit test suites. ApacheMaven provides a good framework for maintaining tests, as do most ContinuousIntegration tools.



Discussion about JUnit


Topic JUnit . { View | Diffs r11 < r10 < r9 < r8 | More }
 XML java.net RSS