Ejemplo n.º 1
0
 @Test
 public void testRemoveSuccess() {
   replayAll();
   String combinedFeedId = "1";
   testedClass.save(combinedFeedId);
   testedClass.remove(combinedFeedId);
   verifyAll();
 }