Re: run/debug tests locally

2013-07-30 Thread Glen Mazza
Sure, I blogged it here for Eclipse and IntelliJ: http://www.jroller.com/gmazza/entry/jpa_and_junit Enter from a command-line window (remove #methodName if you want to debug all tests, but normally you want 1-by-1): roller/app$ mvn test -Dtest=TestClassName#methodName -Dmaven.surefire.debug Y

run/debug tests locally

2013-07-30 Thread Greg Huber
Glen, Any ideas on how to run/debug the local unit tests in eclipse? This seems quite difficult. The tests seem now are purely focused on the finial build, and really not caring about its surrounding ecosystem :( Cheers Greg.