Is there a dbunit-like framework that doesn’t suck for java/scala?
I’m not aware of any real alternative to DbUnit and none of the tools mentioned by @Joe are in my eyes: Incanto: not DB agnostic SQLUnit: a regression and unit testing harness for testing database stored procedures (that’s not what DbUnit is about) Cactus: a tool for In-container testing (I fail to see where it … Read more