private void runEvaluation(StructuredEvent event, String expr, String expect) throws Exception
{
// TODO factor out MessageFactory to NotificationTestCase (all tests)
MessageFactory _notificationEventFactory = new DefaultMessageFactory(getORB(), getConfiguration());
Message _event = _notificationEventFactory.newMessage(event);
runEvaluation(_event, expr, expect);
}
private void runEvaluation(Message event, String expr, String expect) throws Exception
{