protected void setUp() throws Exception {
super.setUp();
createProjectsPropertiesFile();
filterConfigMock = new FilterConfigMock("filterConfigMock", expectations);
servletContextMock = new ServletContextMock("servletContextMock", expectations);
filterConfigMock.expects.getServletContext().returns(servletContextMock).fixed(1);
servletContextMock.expects.getRealPath("/").returns(propertiesDirectoryName).fixed(1);