use the ExpressionClause<T> on the MockEndpoint to enhance the DSL for creating
expression based expectations
-------------------------------------------------------------------------------------------------------------
Key: CAMEL-1268
URL: https://issues.apache.org/activemq/browse/CAMEL-1268
Project: Apache Camel
Issue Type: Improvement
Reporter: James Strachan
Assignee: James Strachan
Fix For: 2.0.0
e.g.
{code}
mockEndpoint.expectsAscending().header("foo");
mockEndpoint.expectsUnique().xpath("/foo/bar");
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.