8687888990919293
@Test public void testNewResults() throws IOException { String json = readTestData("search.json"); Results results = JsonUtil.newResults(json); assertEquals(new Integer(15), new Integer(results.getResultsList().size())); }