-
After writing many complicated tests for my company's codebase (phew), I think TcUnit could use a couple of these helper functions. In a number of scenarios, twincat won't let you write directly to ce…
-
TwinCAT projects created in Visual Studio versions newer than 2013 don't have default ErrorList order setting, which means that the ErrorList entries are not ordered in the expected format for TcUnit-…
-
The tests aren't foreign code: whenever one develops TcUnit, one should also be updating the tests. This is very hard to do when they are in split repositories. There's a requirement that the contribu…
KubaO updated
4 years ago
-
Dear TcUnit,
I would like to request that the code from the nextmaster will be made available as;
.Library,
OpenXml export,
.compiled-library,
And offcourse
TcUnit sourcecode from the above…
-
When I run only TcUnit.RUN() in an empty project without any TestSuites, the program stops in FB_TestResults at line 61 with this error message:
`Exception (Exception Code: 0xc0000005, Page Fault) in…
-
In the case when a TEST needs to run multiple scans before it is finished, the TEST_FINISHED() api does not seem to completely exit out of the TcUnit stack frame(has no output in the Output/Error List…
-
If the BITS are in the same BYTE it will fail to detect an Assert Failure. (Ie. always asserts pass)
If the BITS are in different BYTES it will give an Assert Failure all the time, unless the other b…
-
There are several variables defined as in an GVL-list. Global variables are ugly and generally a poor choice from a software design perspective. Try to decrease them (preferably to zero).
-
I was able to read the **.csv file**, loaded Arrays **Input_v_Data** and **OUT_Sollwert_Expected_Data** during Simulation.
when i am unit testing the **Function_Block** using **TcUnit**, i think, da…
-
In several of the assert-methods there is quite a lot of code that is duplicated.
Clean that up so it's using common functions/function blocks for these parts.