You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2009/01/16 14:10:59 UTC

[jira] Created: (CAMEL-1268) use the ExpressionClause on the MockEndpoint to enhance the DSL for creating expression based expectations

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.


[jira] Updated: (CAMEL-1268) use the ExpressionClause on the MockEndpoint to enhance the DSL for creating expression based expectations

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1268:
-------------------------------

    Fix Version/s:     (was: 2.0.0)
                   Future
         Assignee:     (was: James Strachan)

> 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
>             Fix For: Future
>
>
> 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.


[jira] Resolved: (CAMEL-1268) use the ExpressionClause on the MockEndpoint to enhance the DSL for creating expression based expectations

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1268.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.0.0

trunk: 766282

> 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: Claus Ibsen
>             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.


[jira] Assigned: (CAMEL-1268) use the ExpressionClause on the MockEndpoint to enhance the DSL for creating expression based expectations

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-1268:
----------------------------------

    Assignee: Claus Ibsen

> 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: Claus Ibsen
>             Fix For: Future
>
>
> 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.