You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by jd...@db.apache.org on 2005/01/21 23:12:54 UTC

[Apache JDO Wiki] New: TestRunner

   Date: 2005-01-21T14:12:54
   Editor: MichelleCaisse
   Wiki: Apache JDO Wiki
   Page: TestRunner
   URL: http://wiki.apache.org/jdo/TestRunner

   no comment

New Page:

== About TestRunner ==
This project is about extending the TCK extensions of the JUnit test runners so that the same TCK tests can be run in multiple configurations. For example, the same TCK test program needs to be run with and without security turned on, and with Application Identity and Datastore Identity. When we add different mappings for Chapter 18 (ORM) tests, the same test will need to be run with security, identity, and different mappings.

== Configuration Parameters ==
This is the list of configuration parameters that the test runner should be able to handle:
 *Test description string
 *Test class
 *Security on/off
 *Application identity / Datastore identity
 *Mapping file (.orm)
 *Test data