// assertEquals(0, resolver.getCheckAgainSize());
}
@Test
public void testAlreadyExistentSameId() throws InterruptedException {
HtmlFetcher fetcher = new HtmlFetcher() {
@Override
public String getResolvedUrl(String urlAsString, int timeout) {
return urlAsString + "_r";
}