You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/31 12:29:31 UTC

[Db-derby Wiki] Update of "DerbyJUnitTesting" by JohnHEmbretsen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by JohnHEmbretsen:
http://wiki.apache.org/db-derby/DerbyJUnitTesting

------------------------------------------------------------------------------
  
  Information about JUnit can be found at http://www.junit.org
  The usage of JUnit in Derby is currently based on JUnit 3.8.x.
+ 
+  * JUnit 3.8.2
+   * Release Notes: http://sourceforge.net/project/shownotes.php?release_id=398352&group_id=15278
+   * Description of changes from 3.8.1: [http://www.nabble.com/JUnit-3.8.2-has-better-%28-%29-String-diffs-%28was%3A-Re%3A--jira--Commented%3A-%28DERBY-1417%29-Add-new%2C-lengthless-overloads-to-the-streaming-api%29-p5964834.html derby-dev posting]
+   * Download: http://prdownloads.sourceforge.net/junit/junit3.8.2.zip?download
+ 
   * JUnit 3.8.1
-   * http://junit.sourceforge.net/junit3.8.1/index.html
+   * Description: http://junit.sourceforge.net/junit3.8.1/index.html (valid for 3.8.2 as well)
-   * http://www.junit.org/junit/javadoc/3.8.1/index.htm 
+   * !JavaDoc: http://www.junit.org/junit/javadoc/3.8.1/index.htm
  
  === The suite() method ===
  The `suite()` method is a static method returning the tests to be run. We use it to gain more flexibility in which test methods are executed and the environment they are executed in. For instance, the use of the `suite()` method allows us to use test decorators (the most common case is setting up and populating a common database used by all tests in the suite).