Does Arquilian Warp support Unit Testing JSF 1.2

70 Views Asked by At

This is my first shot at unit testing a JSF 1.2 + RichFaces 3.3.3 application; going through available frameworks, I found out about JSFUnit which should work with this JSF version, but later on discovered that this project is now discontinued and replaced with Arquilian Warp (which works with other related components).

However, due lack of documentation, I couldn't figure out if Arquilian Warp supports JSF 1.2; so can anyone answer, can I go ahead with it, or is JSFUnit my only option for the moment ?

1

There are 1 best solutions below

0
On

Looking at the Readme on Github, JSF2 is mentioned to be supported, which leads me to believe that Arquillian Warp does not work with JSF 1.2.