-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
LUnit Global Fixture Add-On by Astemes - Toolkit for LabVIEW Download
Version | 1.0.3.4 |
Released | Dec 09, 2024 |
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.
Release Notes
1.0.3.4
(Dec 09, 2024)
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.
After installing, you can create a Global Fixture Test Case from tools->LUnit-> New Global Fixture Test Case...
antsundq
was a contributor to this release