176177178179180181182
/** * Returns a handle for making assertions about the rendered content. */ public OutputAssertion output() { return new OutputAssertion(getRenderedResponse()); }