*/
public abstract class ServletServiceTestAction extends TestAction
{
protected Response run(Servlet servlet, HttpServletRequest request, HttpServletResponse response, PortletTestContext context) throws ServletException, IOException
{
throw new NotYetImplemented();
}