Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Testing and the fly likes DBUnit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "DBUnit" Watch "DBUnit" New topic
Author

DBUnit

Ramesh Patil
Greenhorn

Joined: Aug 09, 2004
Posts: 17
Hi,

I am trying to do a DBUnit where in a single test class, I have multiple testXXX() methods in this class. Each test method requires me to modify or create a different IDataSet which is created in the overridden getDataSet() method. Please let me know if there is a way I can do that.

Thanks for your help.
Ramesh

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: DBUnit
 
Similar Threads
Transactional problems in accessing data using spring mock, dbunit and HSQL
How DBUnit is works
Transactional problems in accessing data using spring mock, dbunit and HSQL
Testing database queries???
Testing data access classes and entity beans