Releases: Astemes/astemes-lunit
Release v1.7.6
Release v1.7.3
Uploaded to VIPM 15.10.2024
Release v1.6.19
Add example on organizing tests.
C:\Program Files (x86)\National Instruments\LabVIEW 202X\examples\Astemes\LUnit\Organizing Tests
Release v1.6.15
Add "verify" as a valid test VI identifier prefix, as alternative to "test".
Release v1.6.14
Add "verify" as a valid test VI identifier prefix, as alternative to "test".
Release v1.6.13
Add "verify" as a valid test VI identifier prefix, as alternative to "test".
Release v1.6.2
This release (v1.6.x) contains the following improvements and new features:
Default to open block diagram only when opening a test case from the Execution UI.
Add LUnit check mark overlay to Test Case classes in the LabVIEW Project Explorer to make it easier to distinguise test cases from normal classes
Show test result overlays for test methods
Performance improvements when running tests in parallell. Test execution overhead reduced significantly for large test suites.
Added Pass/Fail if Matching String advanced assertion
Release v1.6.1
This release (v1.6.x) contains the following improvements and new features:
- Default to open block diagram only when opening a test case from the Execution UI.
- Add LUnit check mark overlay to Test Case classes in the LabVIEW Project Explorer to make it easier to distinguise test cases from normal classes
- Show test result overlays for test methods
- Performance improvements when running tests in parallell. Test execution overhead reduced significantly for large test suites.
- Added Pass/Fail if Matching String advanced assertion
Release v1.5.0
- Revolutionary new way for running a test: Just run the test VI using the run-arrow. This will execute the test, open the user interface, and show the results. This is similar to how tests are executed in Caraya.
- Bugfix: Retain earlier results when rediscovering tests in UI
Release v1.4.36
Implement fix to remove.vi described in #9