diff --git a/source/LUnit Framework.lvproj b/source/LUnit Framework.lvproj index 9ad5c6d3..8c97586d 100644 --- a/source/LUnit Framework.lvproj +++ b/source/LUnit Framework.lvproj @@ -538,7 +538,7 @@ relativeToCommon {86FCB19C-1FDD-419C-965A-93BB19BFAE86} 1 - 29 + 30 1 Destination Directory ../builds/LUnit @@ -575,7 +575,7 @@ ../builds/LUnit/examples/exbins 15 true - {DEB5792F-C84C-4AAC-8A44-FFB007741467} + {7715D10B-8D38-4CE0-AEE0-61143C51AC83} Container 8 /My Computer/Core/Result.lvlib @@ -652,6 +652,12 @@ 14 /My Computer/API/Advanced Assertions.lvlib/Fail If In Collection.vim VI + 14 + /My Computer/API/Advanced Assertions.lvlib/Pass If Matching String.vi + VI + 14 + /My Computer/API/Advanced Assertions.lvlib/Fail If Matching String.vi + VI 8 /My Computer/User Interface/Execution UI.lvclass Library @@ -1136,7 +1142,7 @@ 10 /My Computer/API/LUnit Test Case.lvclass/Suite.vi VI - 114 + 116 diff --git a/source/LUnit.vipb b/source/LUnit.vipb index 16cf9840..26398b4d 100644 --- a/source/LUnit.vipb +++ b/source/LUnit.vipb @@ -1,4 +1,4 @@ - + Astemes_lib_LUnit 1.2.0.16 @@ -52,7 +52,8 @@ Documentation is available on https://lunit.astemes.com. - 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 by about a factor of 2. +- Performance improvements when running tests in parallell. Test execution overhead reduced significantly for large test suites. +- Added Pass/Fail if Matching String advanced assertion @@ -431,7 +432,7 @@ Documentation is available on https://lunit.astemes.com. ..\builds\Advanced Assetions - 9973124E9A3366C1C1AC62474D4EEA73 + 6A28A3DA28FA5376C8CF9813C9A2701C 0 @@ -466,7 +467,7 @@ Documentation is available on https://lunit.astemes.com. ..\builds\LUnit\vi.lib\Astemes\LUnit\Palette\API\LUnit Run Tests.vi - 6887E9DDBEF2CB891051545BA57DFBCE + A2C4E9D70B8333BBC982F7E6867E1C8A 0 @@ -543,7 +544,35 @@ Documentation is available on https://lunit.astemes.com. ..\builds\LUnit\vi.lib\Astemes\LUnit\Palette\Advanced Assertions\Fail If In Collection.vim - 3BA8BF6CF366F21E1BEF6A63C2BF6971 + + Item + -1 + Fail If Matching String.vi + + false + + 2 + 3 + + 00000000 + ..\builds\LUnit\vi.lib\Astemes\LUnit\Palette\Advanced Assertions\Fail If Matching String.vi + + + + Item + -1 + Pass If Matching String.vi + + false + + 1 + 3 + + 00000000 + ..\builds\LUnit\vi.lib\Astemes\LUnit\Palette\Advanced Assertions\Pass If Matching String.vi + + + ADAD8638CD67C3AC23579FAFADF72F5A \ No newline at end of file