design « Test « JPA Q&A





1. Recording test data in Hibernate    stackoverflow.com

I 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.com

I'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:

  • It's a complex test
  • I've actually written ...

3. [Design] How to seperate tests?    forum.hibernate.org

Hi 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 ...