JUnit

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
Extensions
  FAQs
Forums
  

Articles:
  • Make JUnit testing Java applications easier with Grester by Michael Nyika   - [Clicks: 16]
    So, you've written a bunch of unit tests. As a developer, you run your tests multiple times per day, especially in a continuous integration environment. But how badly would they break if the sources had to change? When Jester and Maven combine to make Grester, you can quickly find out.
    http://www.ibm.com/developerworks/library/os-eclipse-grester/index.html - Apr, 2008

[Top]

Extensions:
  • GroboUtils - JUnit Extensions by Matt Albrecht   - [Clicks: 59]
    The testing-junit sub-project of GroboUtils contains extensions to the JUnit testing framework. These are the major issues which this sub-project attempts to tackle: integration test, multithreaded test, hierarchy test.
    http://groboutils.sourceforge.net/testing-junit/index.html
  • jsftest by Bill Dudney   - [Clicks: 375]
    A JUnit extension to assist testing of JSF applications.
    [This project is just getting started so any help is greatly appreciated. This will soon have JUnit extensions to help us to test our JSF based applications.]
    https://jsftest.dev.java.net/
  • JUnitEE   - [Clicks: 40]
    JUnitEE is a simple extension to JUnit which allows standard test cases to be run from within a J2EE application server. It is composed primarily of a servlet which outputs the test results as html.
    http://www.junitee.org/index.html

[Top]

FAQs:
  • jGuru FAQ   - [Clicks: 52]
    http://www.jguru.com/faq/JUnit

[Top]

Forums:
  • jGuru Forum   - [Clicks: 26]
    http://www.jguru.com/forums/JUnit

[Top]