I have a stored procedure which contains complex sql statements. Also i have a
test db which i have newly created for testing my stored procedure. Since this is empty database, i want to create tables and put test records for the tables that are used in stored procedure. If i do this manually, it is very difficult to find out how many tables and i may miss out something because stored procedure uses lots of inner procedures and lot of joins. I want to know whether DBUnit can read my stored procedure and store the various datasets in flat xml file?