@Test
 public void testRemove() throws Exception {
   List<String> removeList = Lists.newArrayList();
   visearch.remove(removeList);
   verify(dataOperations).remove(removeList);
 }