Jakob Sagatowski
Jakob Sagatowski
@kumaraswamygaviyappa All Assert-function provides a message-field, so that you can enter your own message if an assertion should fail. If an assertion fails, the message will be displayed. @RodneyRichardson One...
Moved this to Release 1.3.0.0. Looking forward to your PR @slacAWallace (don't forget to read the [CONTRIBUTING](https://github.com/tcunit/TcUnit/blob/master/CONTRIBUTING.md) document).
@slacAWallace You're welcome to do it, but take into consideration [this issue](https://github.com/tcunit/TcUnit/issues/162). If this change is done, you could instead simply do ``` IF TEST('Blahonga') THEN // Only execute FB...
Hi! Sorry for late reply. Thanks for looking into this. I really like this function. Is it possible that you could use the latest TwinCAT 3.1.4022.x to do the changes...
Sorry for late response, been really busy lately... I will review this, but one thing I noticed is that there are no tests added for this functionality into the [TcUnit-Verifier](https://github.com/tcunit/TcUnit/tree/master/TcUnit-Verifier)....
Hi! Thanks for this issue. 1. When you say that you have a lot of cycle overruns, do you mean that the execution of your tests take longer? 2. Do...
Can you try to set the parameter `LogExtendedResults` to `FALSE` and see if it makes a difference?
https://tcunit.org/frequently-asked-questions/?Display_FAQ=1002
@AndyP01 Thanks a lot for this investigation! Is the TE1010 a mature product? Do you recommend it? @Roald87 Yes something is slowing everything down, and apparently this happened between 1.0...
Note that the parameter for maximum number of assertions is maximum number of assertions **PER TEST SUITE**, thus the name `MaxNumberOfAssertsForEachTestSuite`. This parameter is used to setup the size of...