Invalid OnAfterTestRun trigger signature/n/nThe OnAfterTestRun trigger is called after running each test method of a test code unit, and it must have this signature (parameter names may be freely chosen, but the function name is prescribed):/nOnAfterTestRun(CodeUnitId : Integer;CodeUnitName : Text[30];FunctionName : Text[30];Success : Boolean)/nThe 3 first parameters specify which method. The Success parameter is TRUE if the run succeeded, FALSE if it failed.
Invalid FORM.RUNMODAL handler signature of function %1./n/nFORM.RUNMODAL handler functions must have this signature (parameter ...
Invalid format of GUID string. The correct format of the GUID string is/n/n{CDEF7890-ABCD-0123-1234-567890ABCDEF}/n/nwhere ...
Invalid format of GUID string. The correct format of the GUID string is: CDEF7890-ABCD-0123-1234-567890ABCDEF where 0-9, ...
Invalid MESSAGE handler signature of function %1./n/nMESSAGE handler functions must have this signature (parameter names ...
Invalid OnAfterTestRun trigger signature/n/nThe OnAfterTestRun trigger is called after running each test method of a test ...
Invalid OnBeforeTestRun trigger signature/n/nThe OnBeforeTestRun trigger is called before running each test method of a test ...
Invalid REPORT handler signature of function %1./n/nREPORT handler functions must have this signature (parameter names may ...
Invalid STRMENU handler signature of function %1./n/nSTRMENU handler functions must have this signature (parameter names ...
Invalid test method signature of function %1./n/nFunctions marked as TestMethod or TestMethodFailing must have no return ...