Spring Test DBUnit

download Spring Test DBUnit

If you can't read please download the document

description

Lightning talk on Spring Test DBUnit from 2012. Code examples available here: https://github.com/jarannilsen/springtestdbunit-demo

Transcript of Spring Test DBUnit

  • 1. DAO testing with Spring Test DBUnitLightning Talk @ JavaBin SrlandetJune 8 2012

2. Spring Test DBUnit Integration between Spring Test and DBUnit http://github.com/springtestdbunit/ 3. The point?Makes DAO testing with actual data very easy! 4. Our current solution 5. Meet Mr. Bean and his DAO 6. Meet Mr. Bean and his DAO 7. Meet Mr. Bean and his DAO 8. Configuration 9. ConfigurationB!LDHSQ 10. and the test case 11. and the test case 12. The data set XML file! 13. @DatabaseSetup 14. Test case with @DatabaseSetup 15. Supports both class andmethod level 16. Can also be used withJUnit @Rules 17. @DatabaseTearDown 18. @ExpectedDatabase 19. Using @Transactional?No worries its just a small modification to@TestExectutionListener 20. vs 21. Code examples:http://github.com/jarannilsen/springtestdbunit-demo 22. Thank you!