I recently "enabled dependency management" in maven2 for a web project which I had a simple test class running in.
Before I added the maven2 management, whenever I updated the test - ...
I am trying to build a simple Java project with Maven. In my pom-file I declare JUnit 4.8.2 as the only dependency. Still Maven insists on using JUnit version 3.8.1. How ...
I have a package private implementation of an Interface, the methods defined in that Interface can be accessed through a public factory. I was just wondering, how should I unit test ...