Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to make it possible to ASSERT arrays #2

Closed
sagatowski opened this issue Dec 7, 2018 · 1 comment
Closed

Add functionality to make it possible to ASSERT arrays #2

sagatowski opened this issue Dec 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@sagatowski
Copy link
Member

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 sagatowski added the enhancement New feature or request label Dec 7, 2018
@sagatowski
Copy link
Member Author

Solved in commit 9b62e21.

KubaO pushed a commit to Bertec/TcUnit that referenced this issue Dec 6, 2019
It now consists of two separate programs.
tcunit#1 - The TcUnit-Verifier (TwinCAT-part). This is the TwinCAT-part of the TcUnit-Verifier that actually runs some tests using TcUnit.
tcunit#2 - The TcUnit-Verifier (C#-part). This part executes the TwinCAT-part of TcUnit-Verifier using the TwinCAT automation interface and collects the results using ADS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant