Dirk Lorenz

Results 4 issues of Dirk Lorenz

Checking assertion array limits in TcUnit (issue #190). - Added tests to TcUnit-Verifier - Added code to detect failing tests in TcUnit-Verfier_DotNet. - Added additional command line option to use...

**Describe the bug** When increasing TotalAsserts in method AddAssertResult the array limits of AssertResults are not being checked, causing PLC crash due to invalid array index. **Expected behavior** Prevent crash...

enhancement

**Describe the bug** RUN_IN_SEQUENCE executes the tests on the first TestSuite, but the tests for the 2nd TestSuite are not being executed. When RUN_IN_SEQUENCE calls AreAllTestsFinished(), it returns true (because...

bug

In v1.2.1.0 injection of a custom I_TestResultLogger is pretty much impossible. I tried to implement my own XML publisher that allows customizing the file name, but I came across a...