By abhi.sanoujam
via abhisanoujam.blogspot.com
Submitted: Nov 06 2009 / 08:13
If you've ever been wondering how to set up individual configurations for individual tests using maven, look at this post. For e.g. you want to specify jvm args affecting *only* one of your unit tests and not others, say you want to increase the heap size for only one test. Also includes how to separate your dao tests so that you run them only when you want to (like you have a db running in your environment) and otherwise not.



Add your comment