tcunit / TcUnit

An unit testing framework for Beckhoff's TwinCAT 3
Other
258 stars 72 forks source link

Add functionality to make it possible to ASSERT arrays #2

Closed sagatowski closed 5 years ago

sagatowski commented 5 years ago

It's currently only possible to do assertions on the primitive data types of IEC61131-3 (incl. the ANY-type), but it would be really good if it would be possible to also do assertions of arrays (of the various types).

sagatowski commented 5 years ago

Solved in commit 9b62e21.