}
public void testCancelAndRescheduleAppointment() throws Exception {
final Stack<NotificationEvent> s = new Stack<NotificationEvent>();
NotificationEventObserver obs = new NotificationEventObserver() {
public void observe(NotificationEvent event) {
s.push(event);
}
};