How to call/run an assertion in a Groovy Script?
For maintenance purposes I'm trying to centralize test steps in one single test case as much as possible. Usually this test case has an XQuery Match Assertion which checks some nodes for a given id. ...