Convenient wrapper around the model portion of the {{ModelAndView}}
Returns the payload of the web object's body
Returns the payload of the web object's body
the body of the response
Gets the convenient wrapper around the Spring model portion of the {{ModelAndView}}
Gets the convenient wrapper around the Spring model portion of the {{ModelAndView}}
the model
Gets the convenient wrapper around the Spring model portion of the {{ModelAndView}}
Gets the convenient wrapper around the Spring model portion of the {{ModelAndView}}
the model of the {{ModelAndView}}, if available
Represents processed and pre-chewed HttpServletResponse so that you can write meaningful code in your examples. The instances of {{WebObject}} carry the originating {{request}}, the matching {{response}}, together with extracted {{modelAndView}} and a pre-processed {{body}}. The methods {{<<}}, {{>>}} and {{>>!}} manipulate the {{body}}, allowing you to get or set the value of some HTML element, execute arbitrary JavaScript, examine the PDF, ... (depending on what payload processing traits you mixin to your test). Finally, the {{model}} and {{modelOption}} give you access to the model elements of the {{ModelAndView}} returned from the controller processing.