Forum Discussion

cdunne's avatar
cdunne
Contributor
18 years ago

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...