Re: [appfuse-user] Junit testing in Appfuse 1.9.3

2007-03-23 Thread Matt Raible
It's on our "nice to have roadmap" to replace JUnit with TestNG in AppFuse 2.0. Unfortunately, it doesn't look like it'll happen, but I hope to get it in for 2.1. Matt On 2/22/07, Jason Brice <[EMAIL PROTECTED]> wrote: Lately I've been using TestNG to run tests instead of the Ant ones that cam

Re: [appfuse-user] Junit testing in Appfuse 1.9.3

2007-02-22 Thread Jason Brice
Lately I've been using TestNG to run tests instead of the Ant ones that came "out of the box" (on a appfuse-1.9 for Struts app). What I like about TestNG's Eclipse plugin: you can select class-level / suite-level / group-level tests to run, you get nice GUI results, and can view the individual st

[appfuse-user] Junit testing in Appfuse 1.9.3

2007-02-22 Thread Jolly
Dear Friends My application working in Appfuse 1.9.3 but now i want to run junit testing. In my application, I used many view tables while running appgen have to add that view tables? Then, when i run ant test-reports database(MySql) becomes corrupt for few tables. I used blob dat