[ 
https://issues.apache.org/activemq/browse/CAMEL-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41905#action_41905
 ] 

Claus Ibsen commented on CAMEL-414:
-----------------------------------

Jon if you fancy we have a better method on the ContextTextSupport to get hold 
of a MockEndpoint

{code}
resolveMandatoryEndpoint("mock:result", MockEndpoint.class)
{code}

should be replaced with
{code}
getMockEndpoint("mock:result");
{code}

> Add unit test for MockEndpoint expectation of headers
> -----------------------------------------------------
>
>                 Key: CAMEL-414
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-414
>             Project: Apache Camel
>          Issue Type: Test
>          Components: camel-core
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: headerExpectationTest.patch
>
>
> I forgot to add in a test for this when I updated the MockEndpoint recently...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to