>> Before development moves along much further, I would like to take
>> the test harnesses for each object and remove the hardcoding from
>> them. Each test harness should still be able to be run individually
>> as it's own test, but I'm looking to the future as well, when we
>> have the potential to do nightly builds and will want to run all of
>> the test harnesses as a suite together. This definitely cannot
>> happen if any hardcoding exists, but there needs to be some
>> external way to pass each object the information specific to it
>> only to test. I don't want to create a properties/configuration
>> file for each object, as many of of the objects can re-use the same
>> sdf file, logger, and other config files.
Mike Clark Thu Dec 30, 2004 9:49 pm
> I'd be in a better position to offer advice if I saw example code.
True. Meanwhile: how much data gets passed? Could you just use
(simple) properties and use, e.g., ant to drive?
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/junit/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
