-
After upgrading from v1.0 to v1.2 I saw that a test suite which ran without issues before, now had a lot of cycle overruns. After some investigation I noticed that there is a parameter to set the maxi…
-
I am finding myself wishing for some kind of result from an assert method to tell me if the assertion passed/failed. Some of my test setups use a loop and if one assertion fails there is little to no …
-
I find I'm adding a timer (TON) to each of my tests to ensure that they don't get into an infinite loop. This is only a problem when tests run over multiple cycles (which mine do as I'm executing SFC/…
-
**Describe the bug**
Each message from TcUnit is printed many times in the Error List.
**To Reproduce**
- Create a solution with multiple projects.
- Create a project with TcUnit unit testing fu…
-
Hello,
I've been trying to use TcUnit in my CX8180 project. Unfortunately, I've run into some weird issues and started to wonder if TcUnit is compatible with ARMv7 targets at all. I'm a twincat newbi…
-
I'm developing a library and I've added a second project to develop and run my unit tests. In the library I have no reference to the TcUnit library.
![image](https://github.com/user-attachments/as…
-
hello @philippleidig ,
readme.md:
Installation
To install the TcUnit Visual Studio Extension, follow these steps:
Download the latest installer.
download not link...
-
Do you have a preffered template for issues? Maybe add a issue template or two to get better issue descriptions.
-
Is there a way to use TcUnit with TcOpen objects? I now tried the following. I have this sensor I want to unit test, that derives from TcoComponent.
```
FUNCTION_BLOCK SomeSensor EXTENDS TcoCore.T…
-
**Describe the bug**
Sometimes the duration/time is wrongly calculated. This happens completely randomly and I have not been able to see why or any patterns. See screenshot below.
**To Reproduce**…