In cases that you are calling an external sub that passes back an array with errors (like in the decrementer example), any errors will automatically be added to MVT.ERRORS and the test will fail. All you have to do is make sure the errors variable is named: ERRORS.

WARNING

If you are using ASSERT.HAS.ERRORS in the test, this will not automatically be added.