Uses of Class
org.apache.camel.component.mock.AssertionClause

Packages that use AssertionClause
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
 

Uses of AssertionClause in org.apache.camel.component.mock
 

Methods in org.apache.camel.component.mock that return AssertionClause
 AssertionClause MockEndpoint.allMessages()
          Adds an assertion to all the received messages
 AssertionClause MockEndpoint.message(int messageIndex)
          Adds an assertion to the given message index
 AssertionClause AssertionClause.predicate(Predicate<Exchange> predicate)
          Adds the given predicate to this assertion clause
 

Methods in org.apache.camel.component.mock that return types with arguments of type AssertionClause
 ExpressionClause<AssertionClause> AssertionClause.predicate()
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.