-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
LUnit Parameterized Add-On by Astemes Ab - Toolkit for LabVIEW Download
Add-on for creating parameterized tests
Version | 1.0.8.2 |
Released | Dec 09, 2024 |
Publisher | Astemes Ab |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | astemes_lib_lunit |
Project links | Homepage Discussion |
Description
Add on for creating parameterized tests in LUnit.
After installing, select Tools->LUnit->New Parameterized Test... to create a parameterized test case.
Each test method in the Patameterized Test Case will run for each parameter value defined in the Parameters.vi.
Use the class private data to bundle parameters to be used in the tests.
Release Notes
1.0.8.2
(Dec 09, 2024)
Bump required version of LUnit dependency to >1.8.11 where an issue with cache invalidation for parameterized tests is resolved.
antsundq
was a contributor to this release