protected void run(Portlet portlet, ActionRequest request, ActionResponse response, PortletTestContext context) throws PortletException, IOException
{
response.setEvent("Event", null);
}
});
seq.bindAction(4, UTP1.EVENT_JOIN_POINT, new PortletEventTestAction()
{
protected void run(Portlet portlet, EventRequest request, EventResponse response, PortletTestContext context) throws PortletException, IOException
{
assertEquals(new String[]{"foo_value1","foo_value2"}, request.getParameterValues("foo"));
response.removePublicRenderParameter("foo");