-
Not sure if it is just me, but when I try to run the test project under TwinCAT 4026, the dynamic memory function blocks don't succeed when running CreateBuffer/Resize and I get page faults. I modifie…
-
e.g., https://github.com/tcunit/TcUnit/blob/master/TcUnit/TcUnit/ITFs/I_TestResults.TcIO from TcUnit
-
Hi,
I try to use the example but it´s not working with the current version of the TcUnit Libray. I guess the api has changed. Please adapt the example to the current version of TcUnit.
Best rega…
-
**Describe the bug**
The complete assert message is not shown if it exceeds a certain length. It is not cut-off, but just omitted.
**To Reproduce**
```
expectedValue0 := 'A';
actualValue0 := …
-
According to issue #38 in TcUnit: https://github.com/tcunit/TcUnit/issues/38
a new function has been added called TEST_FINISHED_NAMED.
Add tests in the TcUnit-Verifier to verify that this works as…
-
With the current implementation, using a STRING or WSTRING with size over 255 with AssertEquals will overwrite memory, hopefully leading to an access violation.
TcUnit should not overwrite memory. …
-
With last version "manual" installation (V0.5.0), the TC log lib have no category
I dont know if this can be fixed, but a "log" categorie can be good
![image](https://github.com/bengeisler/TcLog/a…
-
This repo is using some systems that we've since moved away from:
- setup.py
- versioneer
- maybe others
We should reorganize to make it more like the other repositories we manage.
-
**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 te…
-
Some unit tests require to assert for the opposite condition, e.g. AssertArray2dNotEquals_LREAL
@sagatowski this would require a lot of duplicated code. If I would implement this, would you suggest…