Hey all,
I am currently working on a website (with Angular) for displaying the results of UnitTests.
Everything is working fine, except that I can not run a test inside a ClassMethod.
I have 2 classes: One for handling which test class should be invoked and then a test class that is extending %UnitTest.TestCase
The test class:
Class my.class.path.testing.EingangTest Extends %UnitTest.TestCase Method
In the handler class I tried something like this:
testCase = {The problem is that I am getting an "INVALID OREF"-Error pointing to the "$$$AssertStatusOK".
.png)


.png)
274
