[dna] public testcases?
Ryan Hoegg <[email protected]>
| Newsgroups | gmane.comp.java.jcontainer.interest |
|---|---|
| Message-ID | <[email protected]> |
Hi, For the loom configuration stuff using properties, I decided to go with a subclass of SAXConfigurationHandler. In writing my test, I realized it would be nice to ensure that all the current SAXConfigurationHandler tests continued to pass after I override my methods. Would you mind putting SAXConfigurationHandlerTestCase in src/java? I have needed to do this before in some of my projects. I am beginning to think I want to create a sub-project of each project and put all the tests in there, using the reactor to run the tests in the sub-project. That allows me to have multiple projects sharing test code, and also allows me to have a different set of dependencies for my tests than for my main code. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net