Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set test case names in test suite (Issue #40) #43

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Build Support/VIUnit.ogpb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Package Name]
Name=jki_labs_tool_vi_tester
Version=3.0.0.292
Version=3.0.2.294
Release=1

[Description]
Description="JKI VI Tester is a unit test framework for LabVIEW based on xUnit test framework patterns.\0A\0A-= Release Notes =-\0A- [NEW #35] Upgraded sources to LabVIEW 2013\0A- [FIX #27] Sort Recent Files by time relevance\0A- [NEW #28] Template Tests Should Have Compiled Code Seperated\0A- [FIX #34] Some reference types lost when passed from setup to test VI\0A- [NEW #36] Separate compiled source on all VIs"
Description="JKI VI Tester is a unit test framework for LabVIEW based on xUnit test framework patterns.\0A\0A-= Release Notes =-\0A- [NEW #35] Upgraded sources to LabVIEW 2013\0A- [FIX #27] Sort Recent Files by time relevance\0A- [NEW #28] Template Tests Should Have Compiled Code Seperated\0A- [FIX #34] Some reference types lost when passed from setup to test VI\0A- [NEW #36] Separate compiled source on all VIs\0A- [NEW #38] Allow skipping tests from setUp.vi - tests will now be skipped if skip.vi is called inside setUp.vi\0A- [FIX #39] Some reference types lost when created in TestSuite.lvclass:setUp.vi"
Summary="JKI VI Tester"
License=BSD
Copyright="2009-2019 JKI. All Rights Reserved."
Expand Down
6 changes: 3 additions & 3 deletions source/Build Support/build_revisions.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[VIUnit.ogbld]
Version=3.0.0
Build_Number=292
Build_Date="1/24/19 8:41:57 PM"
Version=3.0.2
Build_Number=294
Build_Date="2/11/19 10:18:56 PM"
Status="OK"
Warnings=1
Log_File="/Y/JKI/GitHub/JKI-VI-Tester/source/Build Support/VIUnit.log"
Expand Down
36 changes: 26 additions & 10 deletions source/Classes/TestCase/TestCase.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified source/Classes/TestCase/run.vi
Binary file not shown.
Binary file not shown.
Binary file modified source/Classes/TestSuite/private/CallTestSuiteMethod.vi
Binary file not shown.
Binary file modified source/Classes/TestSuite/protected/WaitOnTestComplete.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.SortType" Type="Int">3</Property>
<Item Name="private" Type="Folder">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
<Item Name="Get Test Instance Name.vi" Type="VI" URL="../Get Test Instance Name.vi"/>
</Item>
<Item Name="Graphical Test Runner - Get Version.vi" Type="VI" URL="../Graphical Test Runner - Get Version.vi"/>
<Item Name="Get Class Path from Class Name.vi" Type="VI" URL="../Get Class Path from Class Name.vi"/>
<Item Name="Get Test Path By Tag.vi" Type="VI" URL="../Get Test Path By Tag.vi"/>
Expand Down
Binary file not shown.