testng « Test « JPA Q&A





1. JPA-based JUnit Test Best Practices    stackoverflow.com

This is a bit of an odd question, but it has been bothering me for a few months now. I have built a JPA-based web application using Wicket + Hibernate (built ...

2. TestNG and JPA not sure what's going on... but my test fails    stackoverflow.com

I am running some persistence tests and when I use the method create or create-drop... my test fails when I use update it succeed. My test is composed of 2 methods, one ...