assertNotNull(statisticsService.getDomainStatistics("google.com"));
assertTrue(statisticsService.isCrawled("http://google.com/"));
assertTrue(statisticsService.getDomainStatistics("google.com").getScheduled() > 0);
} finally {
if (statisticsService != null) {
statisticsService.dispose();
}
}
}
}