runEvaluation(any, expr, "TRUE");
}
private void runEvaluation(Any any, String expr, String expect) throws Exception
{
MessageFactory _notificationEventFactory = new DefaultMessageFactory(getConfiguration());
Message _event = _notificationEventFactory.newMessage(any);
try
{
runEvaluation(_event, expr, expect);
} finally
{