Package org.apache.camel.support
Class PredicateAssertHelper
- java.lang.Object
-
- org.apache.camel.support.PredicateAssertHelper
-
public final class PredicateAssertHelper extends Object
A helper for doingPredicate
assertions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
assertMatches(org.apache.camel.Predicate predicate, String text, org.apache.camel.Exchange exchange)
-
-
-
Method Detail
-
assertMatches
public static void assertMatches(org.apache.camel.Predicate predicate, String text, org.apache.camel.Exchange exchange)
-
-