skillsoft
15 years agoFrequent Contributor
[SOLVED]Allow wildcards when adding assertion with groovy
Hi, Is there anyway to set the "Allow Wildcard" flag programatically when adding an assertion with groovy? Here is the code that I am using to add the assertion: def static addAssertion(asserti...
- 15 years ago
- 6 years ago
I would recommend starting a new topic rather than resurecting a 9 year old thread, but...
The setAllowWidlcards() method is specified by the AbstractXmlContainsAssertion class. The classes XPathContainsAssertion and XQueryContainsAssertion both extend this abstract class.