oswin02

Results 3 comments of oswin02

Hi, This is exactly what I do now, but I find it more convenient if the TEST function itself could return this value.

You could simply return GVL_TcUnit.CurrentTestIsFinished, so that's not a problem. But I understand the concern about static code analysis.

IS_TEST_FINISHED could also be simplified in just returning GVL_TcUnit.CurrentTestIsFinished. I do not unit test in other languages, but is it not a bad behaviour when the code is still executed...