jsfunit with junit 4

Posted by easyrider on Stack Overflow See other posts from Stack Overflow or by easyrider
Published on 2010-05-30T13:38:05Z Indexed on 2010/05/30 13:42 UTC
Read the original article Hit count: 383

Filed under:
|
|

Hi,

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 any my Test classes any more.

Is there a solution for it?

Thanx in advance

© Stack Overflow or respective owner

Related posts about junit4

Related posts about problem