cdunne
18 years agoContributor
Script Assertions
Hi, I have a script assertion which checks that a value is not false and returns an error to the groovy log if it does. def succeed = "call a custom method that returns true" if( succeed == fal...