//and btw. if line below is failing this means that HSResponse.setContentType is not impl ok
assertNotNull(response.getOutputStream());
//Cannot invoke both writer and outputstream in single request
//assertEquals(portletResponse.getWriter(), response.getWriter());
assertEquals(portletResponse.getLocale(), response.getLocale());
assertEquals(portletResponse.encodeURL("http://www.jboss.com/"), response.encodeURL("http://www.jboss.com/"));
assertEquals(portletResponse.encodeURL("http://www.jboss.com/"), response.encodeUrl("http://www.jboss.com/"));
return new EndTestResponse();
}
});