-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
In the new JSFUnit/WebTest integration, you have:
JavaClass clazz = this.webTest.from(current, FacesScaffoldPetClinicTestClient.class);
The tests all pass, but obviously FacesScaffoldPetClinicTestClient cannot be run directly. So it fails when JUnit discovers it independently. How do you stop Maven/Eclipse/JUnit picking up the FacesScaffoldPetClinicTestClient test?This should only be run by WebTest?