Date: 2005-01-21T15:58:28 Editor: MichelleCaisse Wiki: Apache JDO Wiki Page: TestRunner URL: http://wiki.apache.org/jdo/TestRunner
no comment Change Log: ------------------------------------------------------------------------------ @@ -13,9 +13,11 @@ == Open Questions == *Should the test runner execute a single test (comprised of a single combination of description, class, security setting, identity setting, mapping, and data)? Should it be able to run all test classes, or a specific list of test classes, with both security settings? with both identity types? What is the mechanism for running a batch of tests? -== Requirements == +== A Stab at Some Requirements == *Each test execution must report the full set of parameters, as listed above. Perhaps this report is the test description and no additional description need be specified by the test writer. *All TCK tests must be run both with security on and security off (true or false?) *All TCK tests must be run both with application identity and datastore identity (true or false?) - *Only a small subset of tests for chapter 18 must be run with multiple mapping files and multiple test data sets (true?) + *Only a small subset of tests, some of those for chapter 18, must be run with multiple mapping files and multiple test data sets (true?) + +This may indicate that security and identity should be handled differently than mapping and data.