You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jonathan Vila (JIRA)" <ji...@apache.org> on 2019/06/13 10:02:00 UTC

[jira] [Reopened] (CAMEL-13642) Testing for an expected Header in a MockEndpoint doesnt happen if there is no Exchange received

     [ https://issues.apache.org/jira/browse/CAMEL-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Vila reopened CAMEL-13642:
-----------------------------------

> Testing for an expected Header in a MockEndpoint doesnt happen if there is no Exchange received
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-13642
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13642
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.21.0
>            Reporter: Jonathan Vila
>            Priority: Major
>             Fix For: 2.24.0
>
>
> Context
> {quote}
> When we have a MockEndpoint that expects for any header to be received, now there is no error raised if there is no Exchange received.
> So , it only checks for the expression if there is an Exchange, therefore the test doesn't fail.
> {quote}
> Where 
> {quote}MockEndpoint.expectedHeaderReceived:519
> {quote}
> Fix
> {quote}Add an assert for getReceivedExchanges > 0
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)