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

Reply via email to