donkey

Results 9 comments of donkey

There is a library parameter to set the file name that FB_xUnitXmlPublisher uses

In the end I can boil everything down to AssertFalse or AssertTrue, but I was actually talking about these kind of assertions https://www.javaguides.net/2018/09/junit-5-assertnotequals-example.html?m=1#:~:text=JUnit%205%20Tutorial,-In%20this%20tutorial&text=The%20assertNotEquals()%20method%20asserts,null%2C%20they%20are%20considered%20equal. using AssertTrue or AssertFalse does not give...

Yes, without some refactoring this would be a lot of code duplication as well. Also, ofc you can bypass the need for it by using AssertTrue/AssertFalse with the disadvantages of...

In the end the xml file is needed on the computer that activated the “Test PLC” on the target. What do you think about writing the xml file directly to...

> The parameter in the TcUnit library would then have to be adapted explicitly for the CI pipeline. That is a good point. Depending on the CI setup this might...

Didn’t know that the FBs resolve those, seems I only have to change the values parameter in the parameter list, thanks! Guess it is %…% also on Unix-based OSs

While it doesn't really effect the implementation of the feature to include arbitrary files in a package and assign a target location to them, I do have legal concern if...

I just did some small tests with https://infosys.beckhoff.com/english.php?content=../content/1033/tcplclib_tc2_system/30963979.html&id= in our new implementation for the API. In general for logging just a string with any concatenation the fluent API has an...