firstFilePath = context.getRootPagePath() + "/files/testResults/TestFolder/firstFakeFile"
.replace('/', File.separatorChar);
secondFilePath = context.getRootPagePath() + "/files/testResults/TestFolder/secondFakeFile"
.replace('/', File.separatorChar);
request = new MockRequest();
mockedComparer = mock(HistoryComparer.class);
responder = new HistoryComparerResponder(mockedComparer);
responder.testing = true;
mockedComparer.resultContent = new ArrayList<String>();