How do I get intellij to instrument byte code before running my unit tests? How are others doing it? My issue is that I use some features of hibernate that require byte code instrumentation and I cannot test them properely without it. FWIW, I had the same problem with EclipseLink.
Did other's move to Eclipse or did they figure out how to make this part of the quick test + code + debug workflow?
TIA,
Robert