1. Recording test data in Hibernate stackoverflow.comI have an automated test framework for testing hardware widgets. Right now only pass/fail results of test cases are stored into a relational database using hibernate. I'd like to change this ... |
2. Unit-Test, Integration test or problem in design? stackoverflow.comI'm written my first unit-test and I think it is too dependent on other modules and I'm not sure whether it's because:
|
3. [Design] How to seperate tests? forum.hibernate.orgHi forum, I have a domain model which falls into several areas. One is dealing with a catalog (categories + product), one deals with items and another one with a third area of responsability. I am currently following the idea to abstract the hibernate persistence implementation using some kind of a persistence manager (interface). Also there are several sub domain objects ... |