{
seq.bindAction(0, UTP1.RENDER_JOIN_POINT, new PortletRenderTestAction()
{
protected Response run(Portlet portlet, RenderRequest request, RenderResponse response, PortletTestContext context) throws PortletException, IOException
{
Profile profile = (Profile)request.getAttribute(PortletRequest.CCPP_PROFILE);
assertNotNull(profile);
return new EndTestResponse();
}
});
}