perfcake.3.3.source-code.messageValidator.dsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of perfcake Show documentation
Show all versions of perfcake Show documentation
A Lightweight Performance Testing Framework
#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