observer,
Foundation.selector("notify:"),
"MyNotification",
null);
NSNotification notification = NSNotification.CLASS.notificationWithName_object("MyNotification", null);
assertNull(implementor.arg);
notificationCentre.postNotification(notification);
assertEquals(notification, implementor.arg);
notificationCentre.removeObserver(observer);