Yes, that combo works for me for classes, but I don't know about jsf pages.
If you are using maven, Make sure you're using the junit-jupiter package, and try mvn dependency:tree to make sure nothing else in your project is trying to include junit 4. You'll potentially have to excluse it for any offenders. Good luck On Fri, Mar 25, 2022, 2:32 PM Daniel Rucker <[email protected]> wrote: > Has anybody successfully made this combination work and have an example by > chance? We are trying to write a test case that will validate JSF pages > and haven't had much luck. > > -- > Danny > Happiness isn't good enough for me any longer. I demand EUPHORIA! -Calvin >
