We would like to test our web application (jsf 1.2, richfaces 3.3.3) with jsfunit. We are using junit 4.8.1 library for our unit tests. But jsfunit (1.2.0.Final) requires non existing class junit.runner.TestSuiteLoader. If i downgrade to junit 3.8, i can't use annotations in my Test classes any more.
Is there a solution for it?
Thanx in advance
File a bug report against jsfunit; a dependency against JUnit 3.x should not be necessary in 2010.
Create the empty class in your unit tests. Try to run it again. It will complain about missing methods. Download the source for 3.8 and copy the missing methods. Modify the methods to do what you need.