org.dbunit.dataset.NoSuchTableException: UserTest
I have found some example of how to use dbunit here, from the junitbook2 example I have tried and It works, so I have try to use It in my project; my project is maven based, and to use the database I …