dbunit « Bean « Spring Q&A





1. Spring not initializing bean(dbunit); what have I missed?    stackoverflow.com

I'm following some guidelines in a tutorial for setting up Stripes MVC with Spring integration, and I'm trying to integrate DBUnit to initialise my DB on startup so I don't have ...

2. Can you think of a better way to only load DBbUnit once per test class with Spring?    stackoverflow.com

I realise that best practise may advise on loading test data on every @Test method, however this can be painfully slow for DBUnit so I have come up with the following ...