}.runTest();
}
public void testSendNullNotification() throws Exception {
final NotificationPublisher publisher
= new ModelMBeanNotificationPublisher(new SpringModelMBean(), createObjectName(), this);
new AssertThrows(IllegalArgumentException.class) {
public void test() throws Exception {
publisher.sendNotification(null);
}
}.runTest();