I'm writing integration tests (using SeleniumTestCase) and want to make assertions against database state.
I was thinking about getting one of my DAO services (or JPA EntityManager/Source) and use it to run queries. Is it possible somehow? Or should I just write another client code that would access database from integration tests? -- Dmitry Gusev AnjLab Team http://anjlab.com