Re: JUnit Plugin: Little refactoring

2009-09-17 Thread Musachy Barroso
amen :) On Thu, Sep 17, 2009 at 8:36 PM, Alex Siman wrote: > > Found outdated javadoc for method [String executeAction(String uri)]: > > /**... result for the action needs to be >  * FreeMarker, or Velocity (actually, anything except JSPs) >  */ > > Note about Embedded JSP plugin. > > > Musachy B

Re: JUnit Plugin: Little refactoring

2009-09-17 Thread Alex Siman
Found outdated javadoc for method [String executeAction(String uri)]: /**... result for the action needs to be * FreeMarker, or Velocity (actually, anything except JSPs) */ Note about Embedded JSP plugin. Musachy Barroso wrote: > > fixed in trunk. thanks! > > musachy > > On Thu, Sep 17, 2

Re: JUnit Plugin: Little refactoring

2009-09-17 Thread Musachy Barroso
fixed in trunk. thanks! musachy On Thu, Sep 17, 2009 at 7:15 PM, Alex Siman wrote: > > // From >    protected ActionMapping getActionMapping(String url) { >        MockHttpServletRequest req = new MockHttpServletRequest(); >        req.setRequestURI(url); >        return > Dispatcher.getInstance

JUnit Plugin: Little refactoring

2009-09-17 Thread Alex Siman
// From protected ActionMapping getActionMapping(String url) { MockHttpServletRequest req = new MockHttpServletRequest(); req.setRequestURI(url); return Dispatcher.getInstance().getContainer().getInstance(ActionMapper.class).getMapping(req, Dispatcher.ge