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