Joel Solon

Results 2 issues of Joel Solon

RunTest(), DebugRunTestCase(), and some other methods of %UnitTest.Manager support a ByRef userparams array argument. It allows you to pass custom arguments into the testing methods (including OnBefore* and OnAfter* methods)....

enhancement
priority/awaiting-more-evidence

Consider the two custom "links" below. ``` "objectscript.conn": { "active": true, "links": { "Launch Zen page": "${serverUrl}/csp/${namespace}/${classname}.cls", "Launch CSP page": "${serverUrl}/csp/${namespace}/hello.csp" } } ``` These links are a way to...

enhancement
priority/awaiting-more-evidence