org.apache.camel.util
Class PredicateAssertHelper

java.lang.Object
  extended by org.apache.camel.util.PredicateAssertHelper

public final class PredicateAssertHelper
extends Object

A helper for doing Predicate assertions.

Version:

Method Summary
static void assertMatches(Predicate predicate, String text, Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

assertMatches

public static void assertMatches(Predicate predicate,
                                 String text,
                                 Exchange exchange)


Apache CAMEL