Re: [Geoserver-devel] MockHttpServletResponse

2008-06-12 Thread David Winslow
Probably not that much, most tests just use HttpServletResponse and don't worry about the implementation. It looks like there are only two classes outside of community using mockrunner directly (although one of those, GeoServerAbstractTestSupport, uses it extensively) and two classes using moc

Re: [Geoserver-devel] MockHttpServletResponse

2008-06-11 Thread Justin Deoliveira
David Winslow wrote: > Hi all, > > Recently I was writing some tests and needed to check the HTTP status > code for some requests. In doing so I started out trying to reuse code > from the ows module's tests, but found that it used > com.mockobjects.servlet.MockHttpServletResponse while my test

[Geoserver-devel] MockHttpServletResponse

2008-06-11 Thread David Winslow
Hi all, Recently I was writing some tests and needed to check the HTTP status code for some requests. In doing so I started out trying to reuse code from the ows module's tests, but found that it used com.mockobjects.servlet.MockHttpServletResponse while my tests (and GeoServerAbstractTestSupp