assert( notifs[ 1 ].getType().equals( AttributeChangeNotification.ATTRIBUTE_CHANGE ) );
notifs = helper.getNotifications();
assert( notifs.length == 0 );
proxy.dontListenTo( objectName );
assert( proxy.getListeneeSet().size() == 0 );
removeNotificationService( proxy );
}