1. Spring not initializing bean(dbunit); what have I missed? stackoverflow.comI'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.comI realise that best practise may advise on loading test data on every |