[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2720) expose overrideable createRequest() and createResponse() methods in AbstractSeamTest.Request

Matt Drees (JIRA) jira-events at lists.jboss.org
Mon Mar 10 23:43:57 EDT 2008


expose overrideable createRequest() and createResponse() methods in AbstractSeamTest.Request
--------------------------------------------------------------------------------------------

                 Key: JBSEAM-2720
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2720
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Test Harness
            Reporter: Matt Drees
            Priority: Minor


There are times when I'd like to substitute my own HttpServletResponse implementation in a SeamTest request.  I might do this if I want to allow getOutputStream() to return a real output stream, so I can test actions that directly write to it (excel document generation, for example).  It'd be handy if AbstractSeamTest made it convenient for me to do this; right now I'm relying on reflection tricks to get & set the private field.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list