Richard Kennard created FORGE-462:
-------------------------------------
Summary: JSFUnit/WebTest integration picks up wrong test class
Key: FORGE-462
URL:
https://issues.jboss.org/browse/FORGE-462
Project: Forge
Issue Type: Bug
Reporter: Richard Kennard
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?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira