Describe the bug
When calling a test suite inside another test suite, the results of that test suite are not added to the result summary
To Reproduce
Make a test suite (A), add another test suite (B) as a var to A. Call test suite B in the body of A.
Expected behavior
Expected behaviour is that all the test results count towards the test result summary
Screenshots


(there's only 1 Assert in the test, different instantiations)
Software versions
TcUnit v1.2.0.0 TwinCAT 4024.12
Run environment
local on PC runtime
Additional context
You would ask, why would you need nested tests? I want to use the same test suite for multiple implementations of an interface. Each implementation requires a different setup, so I want to call the testSuite in the body and input prepared objects.