i have a following problem.
I'd like ti test my JSF Application with JSFUnit.But JSFUnit supports inly junit3 (all our unit tests run with JUnit4).
Is it possible to include in pom.xml two ...
I have an Ant project with JUnit test suite in it. There is no source code but test runs over jars in the classpath. My requirement is to write a pom.xml ...
I'm getting my feet wet with maven, but it's a steep learning curve. I'm trying to load plain text files from within a unit test. The tests passed, now I've converted ...