public void testExtractReturnsFilledList() throws Exception {
   assertNotSame(0, client.extract(text).size());
 }
 public void testExtract() throws Exception {
   assertNotNull(client.extract(text));
 }