INews copiedNews = fFactory.createNews(news, bin);
DynamicDAO.save(copiedNews);
DynamicDAO.save(bin);
UndoStack.getInstance().addOperation(new MoveOperation(Collections.singletonList(news), Collections.singletonList(copiedNews), false));
/* Remove (it's a move!) */
DynamicDAO.getDAO(INewsDAO.class).setState(Collections.singletonList(news), INews.State.HIDDEN, false, false);
assertTrue(bin.containsNews(copiedNews));