Corey I'd be interested in what ideas you have for test generation. I've a few bits I'd like maven test plugin todo that perhaps it cant, such as being able on configure fixtures in maven.xml , but I haven't got as far as seeing how I could achieve this.
An xdoclet approach i fear would bloat non test code out with xdoclet comments. I assume you'd like to be able to define the test class to be subclassed and perhaps some of the default tests that are generated e.g. Struts test case. I'd really like to find a maven configable way for defining fixtures for spring, so the db is setup cleanly on each setup, and removed on each teardown. Like i say I'm short of ideas at the moment, but I'd certainlty like to hear your thoughts. Mark On Fri, 3 Dec 2004 06:41:03 +0100, Bernard D'Have <[EMAIL PROTECTED]> wrote: > Have a look at http://www.beust.com/testng/ > > Bernard > > > > -----Original Message----- > From: Corey Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 6:11 AM > To: Jakarta Commons Developers List > Subject: [OT] Test generation > > A quick question for the collective brains trust. > > I have been looking into test (and code) generation and have come to a > unexpected results. > 1) JUnitDoclet appears to be the only (reasonable) opensource product around > 2) commerical equiv are incredibly expensive > 3) JUnitDoclet seems extremely like a decent tool, up to a point. It seems > extremely limited and not terribly configurable (at least easily). And > support for standard tests or standard layouts for common code structures > does not seem easy/available > > This brings me to my questions: > 1) Are the statements above correct? It seems like I must have missed > something > 2) Are their any OSS efforts around to produce an extended test generation > framework and maybe a repository of easily customizable tests? > 3) If not, is anyone interesting in looking into the creation of such a > thing? > > Regards, > Corey > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
