Where can I find a real life example of JSFUnit?

I am trying to use the JSFUnit framework but cannot figure out how to distribute projects / files. How many projects / subprojects should I have and is it possible to have only one project, as is usually the case with JUnit and similar structures. It would be nice to see an example.

I still can’t understand if I need to create a separate maven project for testing (as they say in this page ), or I can work in my main project ...

+5
source share
1 answer

I am trying to use the JSFUnit framework but cannot figure out how to distribute projects / files. How many projects / subprojects should I have and is it possible to have only one project, as is usually the case with JUnit and similar structures. It would be nice to see an example.

JSFUnit ( JBoss), subversion ( jboss-jsfunit-examples).

, maven ( ), ...

JSFUnit . , , , "" , - ( , overlays). , , .

.

+5

All Articles