mockNotificationFilter.isNotificationEnabled(null);
controlNotificationFilter.setMatcher(MockControl.ALWAYS_MATCHER);
controlNotificationFilter.setReturnValue(true);
mockNotificationListener.handleNotification(null, null);
controlNotificationListener.setMatcher(MockControl.ALWAYS_MATCHER);
controlNotificationFilter.setVoidCallable();
controlNotificationFilter.replay();
controlNotificationListener.replay();