All Downloads are FREE. Search and download functionalities are using the official Maven repository.

perfcake.3.3.source-code.messageValidator.dsl Maven / Gradle / Ivy

There is a newer version: 7.5
Show newest version
#contains
[condition][]Message body contains "{str}".=m: Message (eval(m.getProperty(RulesValidator.RULES_ORIGINAL_MESSAGE) == null && ValidatorUtil.validateMessage(m, MessagePart.BODY, null, Operator.CONTAINS, "{str}")))

#equals
[condition][]Message body equals "{str}".=m: Message (eval(m.getProperty(RulesValidator.RULES_ORIGINAL_MESSAGE) == null && ValidatorUtil.validateMessage(m, MessagePart.BODY, null, Operator.EQUALS, "{str}")))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy