@Test
 public final void testSearch() throws Exception {
   assertTrue(crawler.search(urlTrue));
   assertFalse(crawler.search(urlFalse));
 }