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 2007/03/01 01:09:53 UTC

[Db-derby Wiki] Update of "DerbyTesting" by jeanTanderson

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 jeanTanderson:
http://wiki.apache.org/db-derby/DerbyTesting

The comment on the change is:
I was losing track of all the junit wiki pages; added and reorganized

------------------------------------------------------------------------------
   
   * CdcTesting: Status of running tests under J2ME/CDC/Foundation
   * CodeCoverage: Code coverage numbers and improvements
-  * ConvertLobTestsToJunit: Convert LOB tests to Junit and document coverage
+  * JUnit
+     * ["IntroToJUnit"]: A general introduction to JUnit testing 
-  * ["DerbyJUnitTesting"]: Information on running and writing JUnit tests for Derby
+     * ["DerbyJUnitTesting"]: Information on running and writing JUnit tests for Derby
+     * ["DerbyTopLevelJunitTests"]: Lists the various top-level tests that can be run against Derby (only on trunk)
+     * ["DerbyJunitTestConfiguration"]: describes test configurations in a pure JUnit setup
+     * ["JunitVmIssues"]: Platform-specific notes
+  * Converting old tests to JUnit
+     * ["ConvertLobTestsToJunit"]: Convert LOB tests to Junit and document coverage
+     * ["ClientJunitTestConversion"]: convert tests in tests/derbynet
+     * ["LangJunitTestConversion"]: convert tests in tests/lang
+     * ["JdbcapiJunitTestConversion"]: convert tests in tests/jdbcapi
+     * ["ConvertSqlScriptTestsToJunit"]: converting SQL scripts to JUnit
   * ["DerbyPerfTesting"]: Information on running and writing performance JUnit tests for Derby
-  * ["DerbyTopLevelJunitTests"]: Lists the various top-level tests that can be run against Derby (only on trunk)
   * HandlingKnownFailures: Techniques to use when a known bug is causing test failures
-  * ["IntroToJUnit"]: A general introduction to JUnit testing 
   * MultiConnectionTip: How to work with multiple connections in an IJ test script
   * SecurityManagerTesting: Status of ensuring Derby's tests run under the Security''''''Manager 
   * StandaloneStatus: Status of which tests can be run standalone (outside suites)