-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
LUnit Global Fixture Add-On by Astemes - Toolkit for LabVIEW Download
| Version | 1.0.5.4 |
| Released | Feb 16, 2025 |
| Publisher | Astemes |
| License | MIT |
| LabVIEW Version | LabVIEW>=20.0 |
| Operating System | Windows, Mac, and Linux |
| Dependencies | astemes_lib_lunit |
| Project links | Homepage Repository Discussion |
Description
This package adds support for Global Fixtures, by providing a global setup and teardown methods which runs before and after all the tests in a test case class, when executed. This can be useful for seting up a fixture which is expensive, i.e takes a lot of time, to improve test execution time.
After installing, you can create a Global Fixture Test Case from tools->LUnit-> New Global Fixture Test Case...
Release Notes
1.0.5.4
(Feb 16, 2025)
Update to be compatible with LUnit version >=1.9.0
antsundq
was a contributor to this release