You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/10/01 07:42:40 UTC

[jira] Commented: (CAMEL-3182) Mock - Make it easier to match body with xpath expressions

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

Claus Ibsen commented on CAMEL-3182:
------------------------------------

You can now do
{code}
mock.message(0).body().matches().xpath("/foo/text() = 'Hello World'");
{code}

> Mock - Make it easier to match body with xpath expressions
> ----------------------------------------------------------
>
>                 Key: CAMEL-3182
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3182
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> Currently you have to do:
> {code}
> mock.message(0).body().matches(xpath("/foo/text() = 'Hello World'").booleanResult());
> {code}
> Which we should make it easier to do.

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