} catch (InstanceNotFoundException e) {
Assert.fail();
}
// Manda a notificação pelo Demoiselle
Notification notification = new DefaultNotification( new AttributeChangeMessage("Attribute Changed", "name", String.class, "Demoiselle 1", "Demoiselle 2") );
notificationManager.sendNotification(notification);
// Se o componente funcionou, o Demoiselle propagou a notificação para o servidor MBean e o listener preencheu
// o StringBuffer com nossa mensagem.
Assert.assertEquals("Attribute Changed: name = Demoiselle 2", notificationBuffer.toString());