Claus Ibsen created CAMEL-16905:
-----------------------------------

             Summary: camel-mock - Remove old code that checks for header 
values as Expression/Predicate
                 Key: CAMEL-16905
                 URL: https://issues.apache.org/jira/browse/CAMEL-16905
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.x


1. For consistency in testing, it seems like
MockEndpoint.extractActualValue() should also not evaluate the Expression.



Also it looks like CAMEL-1848 may be added before we had a better way
for mock endpoints to do assertions.
The use case seemed to be to provide an XPathBuilder (expression) as a
value that then is used to match against the real value.

Today you can setup
mock.message(0).header("foo").matches(xpath("...")) (something like
that)

So I would assume we could look at remove that ancient code from the
mock component.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to