mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Microflow that returns a string should have that as the error message #32

Closed joostverhoog closed 3 years ago

joostverhoog commented 3 years ago

A test microflow returning a non-empty string is considered to have failed. Presumably this is intended to give an error message.

Old situation: The value of the string would be lost, and the error message of the test would be empty

New situation: The error message is set to the value of the string returned by the microflow

zubivan commented 3 years ago

Changes LGTM. @JefHellemansMendix can you do the merge / release dance!