Forum Discussion
CJDownUnder
9 years agoContributor
I'm not sure if this is what you're referring to, but do you mean a Groovy assertion?
- assert <reason>, case
For example:
- assert "A does not equal B", a == b
- cinne9 years agoOccasional Contributor
That was not actually what I meant. I'd like to call some SoapUI-Assertions that were already implemented on a test case, for instance Xpath, XQuery, Contains etc, so that I would not need to re-write these assertions in a groovy script. I'd like calling the assertion "objects" instead.
I actually did what davy suggested but I still wonder how I could get it done :)