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
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
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