How to stop "assert" to display junk at the end of a failed assertion message?
There is an annoying side effect when using "assert" in a groovy script to verify items from a property. It often displays too much junk at the end of it: Assertion failed:
assert ep.Flow == sp...