Imagine a maven project with 3 modules, an interface module and two different implementations of this interface in a module each.
I could test each implementation in its own module, but the ...
I have recently started migrating my project from ant to maven. I have two module in my application which I am able to build using maven.
Now I have automated tests ...
i have created a multi-module maven project and i am trying to write and execute some tests on specific modules. I am trying to put all test-code into a separate module, ...