Include in AbstractJsfTestCase and AbstractJmockTestCase protected methods for
setup elements and allow better customization
----------------------------------------------------------------------------------------------------------------------------
Key: MYFACESTEST-18
URL: https://issues.apache.org/jira/browse/MYFACESTEST-18
Project: MyFaces Test
Issue Type: Task
Components: Test suites
Affects Versions: 1.0.0-SNAPSHOT
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
One thing it is painful with this api is that sometimes it is necessary to
customize the setup of a test, but since there are no methods like:
protected void setUpServletObjects() throws Exception
protected void setFactories() throws Exception
......
it is often to copy and paste AbstractJsfTestCase and AbstractJmockTestCase to
allow customization.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.