-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from JKISoftware/Reference-Lost-Due-To-Flattening
Reference lost due to flattening
- Loading branch information
Showing
393 changed files
with
1,611 additions
and
1,449 deletions.
There are no files selected for viewing
Binary file modified
BIN
+460 Bytes
(100%)
source/Build Support/Post Build Package Mods Support/Post Build Package Mods -- Wrapper.vi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,119 @@ | ||
[Package Name] | ||
Name=jki_labs_tool_vi_tester | ||
Version=2.0.0.285 | ||
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- Released under BSD open source license\0A- Source code and project moved to GitHub" | ||
Summary="JKI VI Tester" | ||
License=BSD | ||
Copyright="2009-2017 JKI. All Rights Reserved." | ||
Distribution=JKI | ||
Icon=icon.bmp | ||
Vendor=JKI | ||
URL="https://github.com/JKISoftware/JKI-VI-Tester" | ||
[email protected] | ||
|
||
[Platform] | ||
Exclusive_LabVIEW_Version=>=11 | ||
Exclusive_LabVIEW_System=ALL | ||
Exclusive_OS="Windows NT>=5" | ||
|
||
[Script VIs] | ||
Source Dir="" | ||
PreInstall="" | ||
PostInstall="" | ||
PreUninstall="" | ||
PostUninstall="" | ||
Verify="" | ||
PreBuild="" | ||
PostBuild="" | ||
|
||
[Dependencies] | ||
AutoReqProv=FALSE | ||
Requires=jki_rsc_toolkits_palette>=1.1 | ||
Conflicts=jki_lib_vi_tester>=0.0,jki_rsc_vi_tester_project_integration= | ||
|
||
[Files] | ||
Num File Groups=10 | ||
|
||
[File Group 0] | ||
Source Dir=../Built/LLBs | ||
Target Dir=<application> | ||
Replace Mode=Always | ||
Num Files=5 | ||
File 0="resource/JKI/VI Tester/GraphicalTestRunner.llb" | ||
File 1="resource/JKI/VI Tester/Templates/TestCase/*.*" | ||
File 2="resource/JKI/VI Tester/Templates/TestSuite/*.*" | ||
File 3="vi.lib/addons/_JKI Toolkits/VI Tester/*.*" | ||
File 4="vi.lib/addons/_JKI Toolkits/VI Tester/_support/*.*" | ||
|
||
[File Group 1] | ||
Source Dir=../menu | ||
Target Dir="<vi.lib>/addons/_JKI Toolkits/dynamic_palette" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0="JKI VI Tester.mnu" | ||
|
||
[File Group 2] | ||
Source Dir=../menu | ||
Target Dir="<vi.lib>/addons/_JKI Toolkits/VI Tester" | ||
Replace Mode=Always | ||
Num Files=5 | ||
File 0="JKI TestCase.mnu" | ||
File 1="JKI TestSuite.mnu" | ||
File 2="JKI TestCase Utilities.mnu" | ||
File 3="JKI TestSuite Utilities.mnu" | ||
File 4="JKI VI Tester API.mnu" | ||
|
||
[File Group 3] | ||
Source Dir="../Built/Menu Launch" | ||
Target Dir="<project>/VI Tester" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
|
||
[File Group 4] | ||
Source Dir="../Built/Menu Launch - New Test Case" | ||
Target Dir="<project>/VI Tester/New" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
|
||
[File Group 5] | ||
Source Dir="../Built/Menu Launch - New Test Suite" | ||
Target Dir="<project>/VI Tester/New" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
|
||
[File Group 6] | ||
Source Dir="" | ||
Target Dir=<application> | ||
Replace Mode=Never | ||
Num Files=0 | ||
|
||
[File Group 7] | ||
Source Dir=../Built/Examples | ||
Target Dir="<application>/examples/JKI/VI Tester" | ||
Replace Mode=Always | ||
Num Files=4 | ||
File 0=*.* | ||
File 1=ExampleTestSuite/*.* | ||
File 2="Queue TestCase/*.*" | ||
File 3="Merge Errors TestCase/*.*" | ||
|
||
[File Group 8] | ||
Source Dir="../Built Project Integration" | ||
Target Dir=<resource>/Framework/Providers/vitester | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
|
||
[File Group 9] | ||
Source Dir="../LabVIEW Project Plugin" | ||
Target Dir=<resource>/Framework/Providers/GProviders | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=VITester.ini | ||
|
||
[Package Name] | ||
Name=jki_labs_tool_vi_tester | ||
Version=3.0.0.292 | ||
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" | ||
Summary="JKI VI Tester" | ||
License=BSD | ||
Copyright="2009-2019 JKI. All Rights Reserved." | ||
Distribution=JKI | ||
Icon=icon.bmp | ||
Vendor=JKI | ||
URL=https://github.com/JKISoftware/JKI-VI-Tester | ||
[email protected] | ||
[Platform] | ||
Exclusive_LabVIEW_Version=>=13 | ||
Exclusive_LabVIEW_System=ALL | ||
Exclusive_OS="Windows NT>=5" | ||
[Script VIs] | ||
Source Dir="" | ||
PreInstall="" | ||
PostInstall="" | ||
PreUninstall="" | ||
PostUninstall="" | ||
Verify="" | ||
PreBuild="" | ||
PostBuild="" | ||
[Dependencies] | ||
AutoReqProv=FALSE | ||
Requires=jki_rsc_toolkits_palette>=1.1 | ||
Conflicts=jki_lib_vi_tester>=0.0,jki_rsc_vi_tester_project_integration= | ||
[Files] | ||
Num File Groups=10 | ||
[File Group 0] | ||
Source Dir=../Built/LLBs | ||
Target Dir=<application> | ||
Replace Mode=Always | ||
Num Files=5 | ||
File 0="resource/JKI/VI Tester/GraphicalTestRunner.llb" | ||
File 1="resource/JKI/VI Tester/Templates/TestCase/*.*" | ||
File 2="resource/JKI/VI Tester/Templates/TestSuite/*.*" | ||
File 3="vi.lib/addons/_JKI Toolkits/VI Tester/*.*" | ||
File 4="vi.lib/addons/_JKI Toolkits/VI Tester/_support/*.*" | ||
[File Group 1] | ||
Source Dir=../menu | ||
Target Dir="<vi.lib>/addons/_JKI Toolkits/dynamic_palette" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0="JKI VI Tester.mnu" | ||
[File Group 2] | ||
Source Dir=../menu | ||
Target Dir="<vi.lib>/addons/_JKI Toolkits/VI Tester" | ||
Replace Mode=Always | ||
Num Files=5 | ||
File 0="JKI TestCase.mnu" | ||
File 1="JKI TestSuite.mnu" | ||
File 2="JKI TestCase Utilities.mnu" | ||
File 3="JKI TestSuite Utilities.mnu" | ||
File 4="JKI VI Tester API.mnu" | ||
[File Group 3] | ||
Source Dir="../Built/Menu Launch" | ||
Target Dir="<project>/VI Tester" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
[File Group 4] | ||
Source Dir="../Built/Menu Launch - New Test Case" | ||
Target Dir="<project>/VI Tester/New" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
[File Group 5] | ||
Source Dir="../Built/Menu Launch - New Test Suite" | ||
Target Dir="<project>/VI Tester/New" | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
[File Group 6] | ||
Source Dir="" | ||
Target Dir=<application> | ||
Replace Mode=Never | ||
Num Files=0 | ||
[File Group 7] | ||
Source Dir=../Built/Examples | ||
Target Dir="<application>/examples/JKI/VI Tester" | ||
Replace Mode=Always | ||
Num Files=4 | ||
File 0=*.* | ||
File 1=ExampleTestSuite/*.* | ||
File 2="Queue TestCase/*.*" | ||
File 3="Merge Errors TestCase/*.*" | ||
[File Group 8] | ||
Source Dir="../Built Project Integration" | ||
Target Dir=<resource>/Framework/Providers/vitester | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=*.* | ||
[File Group 9] | ||
Source Dir="../LabVIEW Project Plugin" | ||
Target Dir=<resource>/Framework/Providers/GProviders | ||
Replace Mode=Always | ||
Num Files=1 | ||
File 0=VITester.ini | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[VIUnit.ogbld] | ||
Version=2.0.0 | ||
Build_Number=285 | ||
Build_Date="4/29/2017 10:45:10 AM" | ||
Status="OK" | ||
Warnings=0 | ||
Log_File="/Y/JKI/GitHub/JKI-VI-Tester/source/Build Support/VIUnit.log" | ||
|
||
|
||
[VIUnit-Core.ogbld] | ||
Version=0.0.0 | ||
Build_Number=1 | ||
Build_Date=8/24/2008 5:11:31 PM | ||
Status=OK | ||
Warnings=0 | ||
[VIUnit.ogbld] | ||
Version=3.0.0 | ||
Build_Number=292 | ||
Build_Date="1/24/19 8:41:57 PM" | ||
Status="OK" | ||
Warnings=1 | ||
Log_File="/Y/JKI/GitHub/JKI-VI-Tester/source/Build Support/VIUnit.log" | ||
|
||
|
||
[VIUnit-Core.ogbld] | ||
Version=0.0.0 | ||
Build_Number=1 | ||
Build_Date=8/24/2008 5:11:31 PM | ||
Status=OK | ||
Warnings=0 | ||
Log_File=/D/JKI/Products/VIUnit/Build Support/VIUnit-Core.log |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-3.11 KB
(75%)
source/Classes/TestLoader/getTestsFromTestCaseByClassPath.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-4.86 KB
(76%)
source/Classes/TestResult/protected/Get Test Skipped Message.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+272 Bytes
(100%)
source/Classes/TestResult/resultStatusChanged--Cluster.ctl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-8.89 KB
(67%)
source/Classes/TestSuite/private/CallVirtualConstructorMethod.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 16 additions & 10 deletions
26
source/Classes/UserInterfaceTestCase/UserInterfaceTestCase.lvclass
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Alphs Blend Glyphs __jki_lib_picture -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.09 KB
(84%)
source/JKI Reuse/Clear All Errors__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Create Mask By Alpha - Advanced -__jki_lib_picture -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/Draw Flatten Pixmap__jki_lib_picture -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
source/JKI Reuse/Draw Flattened Pixmap (Fast)__jki_lib_picture -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/File Dialog__jki_lib_file -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-3.75 KB
(81%)
source/JKI Reuse/Filter Error Codes (Array)__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.96 KB
(83%)
source/JKI Reuse/Filter Error Codes (Scalar)__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
source/JKI Reuse/Filter Error Codes__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+192 Bytes
(100%)
source/JKI Reuse/Filtered Error Details - Cluster__jki_lib_error_handling -- VI Tester.ctl
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Get Menu Launch Info__jki_lib_application_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.59 KB
(79%)
source/JKI Reuse/Is an Error (any error array element)__jki_lib_error_handling VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.82 KB
(78%)
source/JKI Reuse/Is an Error (error array)__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-1.96 KB
(81%)
source/JKI Reuse/Is an Error (error cluster)__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+132 Bytes
(100%)
source/JKI Reuse/Is an Error__jki_lib_error_handling -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/JKI Get System Web Browser__jki_lib_communication -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/JKI Get Web Browser Path__jki_lib_communication -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/JKI Open URL In Browser__jki_lib_communication -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/JKI Prompt Web Browser Path__jki_lib_communication -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Mass Compile LabVIEW Tool__jki_lib_application_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Menu Launch Info - Cluster__jki_lib_application_control -- VI Tester.ctl
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/Project Item Info - Cluster__jki_lib_application_control -- VI Tester.ctl
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Get Children__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Get Current__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Get Parent__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Get Siblings__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
source/JKI Reuse/TREE_Set Node Open or Close__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Tree Collapse__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/TREE_Tree Expand__jki_lib_tree_control -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/Throber Control__jki_lib_user_interface -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
source/JKI Reuse/Throber List Animated__jki_lib_user_interface - VI Tester.ctl
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
...e/Write Characters to File - With Error in and Error Out - __jki_lib_file -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.9 KB
(69%)
source/JKI Reuse/X in Y (Path Array)__jki_lib_array -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.53 KB
(70%)
source/JKI Reuse/X in Y (Path)__jki_lib_array -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.9 KB
(69%)
source/JKI Reuse/X in Y (Variant Array)__jki_lib_array -- VI Tester.vi
Binary file not shown.
Binary file modified
BIN
-2.55 KB
(69%)
source/JKI Reuse/X in Y (Variant)__jki_lib_array -- VI Tester.vi
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,54 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Library LVVersion="11008008"> | ||
<Property Name="NI.Lib.Icon" Type="Bin">%1#!#!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!,X!!!*Q(C=T:3R<B."%)<`1S#:UG]1YD,OJK*%#F*?)"XVC*)O&6*I5&ZB/DIM3YA[-I)KX432YD)P1"&2)3OS/,\<L*%6/_='*':PVP<`\]Z_N\=_K=2!?KRW6ZTX2I^@ZD\MNS8\[_`Q?_P8&8LYTHP^/[0(,ZOT?X^WB8I$PX>/Z^_OR?*W@$O_\[`.X/Z@8FTC>@VC?<$=^#^I<?E89_+_@YFTW::_=<!]W0"8*PVC/>CMPSJ/P^6P+VT(P[X__PVNY6OMRR:`P/T%WG`RF`0/7I[7$`DDKUY=F7O<X]Y"'Z6LW`-DLO<3;+3Z.G)V^GJ/W\3V_`TM0H[HOQ`JPQWJ+;2EEE%[;?8OWE20^%20^%20^%!0^%!0^%!0>%>X>%>X>%>X>%-X>%-X>%-X^.,1B3ZUI<-LS?,*1EH2J%!S'"1F8=+4]#1]#1]`F@!E0!F0QJ0Q-%1*4]+4]#1]#1`4F0!E0!F0QJ0Q5+K1:'HI]#1]F&@!%`!%0!&0Q-/3#HA#A'#RI("1"!Q&:P!FY!FY!B[_+O!*?!+?A#@AQ6<!%`!%0!&0Q-/5MCN2;,K'$A^FZ0!Y0![0Q_0Q5&I/D]0D]$A]$A`,S?&R?"Q):U'H/!BS*DE$H"]/D]0$BRQ?B]@B=8A=(KTSB,TM4%@4.82Y$"[$R_!R?!Q?3MDA-8A-(I0(Y+'M$"[$R_!R?!Q?FJ,"9`!90!;)M3D,SSBG4$1''9,"QV6/CZ7H&)8%3KN`T<O$KHI!61_7[I&201CK$VDVQ;E_%.7.6NV!V9V2P7(6'V%&6&V9N;$K1.X18Z-T=EK?E3@E-8F)\J0$<OJ@(HBT=[0L[WP.:D..JV/>H:XJZ/2%R]@(/DQ]V0\_PI<$Y:_XV2\N,JL6?_G5\_2T]C8ZB(R+$MFHZ!PS<4>G.@:<OWA_;.*]`D6J0PW=..0P!`+I_@BK5P,TVS/]!7-'T72PU(RZQ_@2I-R\`VL.OR^FP?<OP@1`P"PV3/X;;ZY^_AVK-_@D!!!!!!</Property> | ||
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property> | ||
<Property Name="NI.SortType" Type="Int">3</Property> | ||
<Item Name="Get LVClass Name from TD.vi" Type="VI" URL="../../Utilities/Get LVClass Name from TD.vi"/> | ||
<Item Name="Load Test Case from File.vi" Type="VI" URL="../../User Interfaces/Graphical Test Runner/Graphical Test Runner Support/Load Test Case from File.vi"/> | ||
<Item Name="Get LVClass Name from Data String.vi" Type="VI" URL="../../Utilities/Get LVClass Name from Data String.vi"/> | ||
<Item Name="Set Front Panel Object Control Value.vi" Type="VI" URL="../../Utilities/Set Front Panel Object Control Value.vi"/> | ||
<Item Name="Set Front Panel TestSuite Object Control Value.vi" Type="VI" URL="../../Utilities/Set Front Panel TestSuite Object Control Value.vi"/> | ||
<Item Name="Get All.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get All.vi"/> | ||
<Item Name="Get Children.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Children.vi"/> | ||
<Item Name="Get Current.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Current.vi"/> | ||
<Item Name="Get Oldest.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Oldest.vi"/> | ||
<Item Name="Get Parent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Parent.vi"/> | ||
<Item Name="Get Siblings.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Siblings.vi"/> | ||
<Item Name="INDEX - Tree Control.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/INDEX - Tree Control.vi"/> | ||
<Item Name="Item Add.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Add.vi"/> | ||
<Item Name="Item Indent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Indent.vi"/> | ||
<Item Name="Item Modify.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Modify.vi"/> | ||
<Item Name="Item Outdent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Outdent.vi"/> | ||
<Item Name="Item Properties.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Properties.vi"/> | ||
<Item Name="Item Remove.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Remove.vi"/> | ||
<Item Name="Tag Check.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Check.vi"/> | ||
<Item Name="Tag Convert.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Convert.vi"/> | ||
<Item Name="Tag Find.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Find.vi"/> | ||
<Item Name="Tree Collapse.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Collapse.vi"/> | ||
<Item Name="Tree Empty.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Empty.vi"/> | ||
<Item Name="Tree Expand.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Expand.vi"/> | ||
<Item Name="Get Test Members.vi" Type="VI" URL="../../Utilities/Get Test Members.vi"/> | ||
<Item Name="Check if Path Is Test.vi" Type="VI" URL="../../Utilities/Check if Path Is Test.vi"/> | ||
<Item Name="Get Project Scan Path.vi" Type="VI" URL="../../Utilities/Get Project Scan Path.vi"/> | ||
<Item Name="Find Project Test Objects.vi" Type="VI" URL="../../Utilities/Find Project Test Objects.vi"/> | ||
<Item Name="GetControlRef.vi" Type="VI" URL="../../Utilities/GetControlRef.vi"/> | ||
<Item Name="Create TestCase Template Instance.vi" Type="VI" URL="../../Utilities/Create TestCase Template Instance.vi"/> | ||
<Item Name="Create TestSuite Template Instance.vi" Type="VI" URL="../../Utilities/Create TestSuite Template Instance.vi"/> | ||
<Item Name="Check if Path Is Test Class.vi" Type="VI" URL="../../Utilities/Check if Path Is Test Class.vi"/> | ||
<Item Name="Get All Project Class Paths.vi" Type="VI" URL="../../Utilities/Get All Project Class Paths.vi"/> | ||
<Item Name="Get Platform Path Separator.vi" Type="VI" URL="../../Utilities/Get Platform Path Separator.vi"/> | ||
<Item Name="Get All Methods from LVObject.vi" Type="VI" URL="../../Utilities/Get All Methods from LVObject.vi"/> | ||
<Item Name="Get All Methods from LVClass Path.vi" Type="VI" URL="../../Utilities/Get All Methods from LVClass Path.vi"/> | ||
<Item Name="Create Test GUID.vi" Type="VI" URL="../../Utilities/Create Test GUID.vi"/> | ||
<Item Name="Get LV Class Members from Path.vi" Type="VI" URL="../../Utilities/Get LV Class Members from Path.vi"/> | ||
<Item Name="Rename LVClass.vi" Type="VI" URL="../../Utilities/Rename LVClass.vi"/> | ||
<Item Name="Get Name Or Data Format As String.vi" Type="VI" URL="../../Utilities/Get Name Or Data Format As String.vi"/> | ||
<Item Name="Get Class Inheritance from Class Path.vi" Type="VI" URL="../../Utilities/Get Class Inheritance from Class Path.vi"/> | ||
<Item Name="Expand Pathroot.vi" Type="VI" URL="../../Utilities/Expand Pathroot.vi"/> | ||
<Item Name="Convert Relative to Absolute Project Paths.vi" Type="VI" URL="../../Utilities/Convert Relative to Absolute Project Paths.vi"/> | ||
<Item Name="Get VI Error Out Value.vi" Type="VI" URL="../../Utilities/Get VI Error Out Value.vi"/> | ||
<Item Name="Get Activation Level.vi" Type="VI" URL="../../Utilities/Get Activation Level.vi"/> | ||
<Item Name="CheckForLabVIEW_IDE.vi" Type="VI" URL="../../Utilities/CheckForLabVIEW_IDE.vi"/> | ||
</Library> | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Library LVVersion="13008000"> | ||
<Property Name="NI.Lib.Icon" Type="Bin">%Q#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!,X!!!*Q(C=T:3R<B."%)<`1S#:UG]1YD,OJK*%#F*?)"XVC*)O&6*I5&ZB/DIM3YA[-I)KX432YD)P1"&2)3OS/,\<L*%6/_='*':PVP<`\]Z_N\=_K=2!?KRW6ZTX2I^@ZD\MNS8\[_`Q?_P8&8LYTHP^/[0(,ZOT?X^WB8I$PX>/Z^_OR?*W@$O_\[`.X/Z@8FTC>@VC?<$=^#^I<?E89_+_@YFTW::_=<!]W0"8*PVC/>CMPSJ/P^6P+VT(P[X__PVNY6OMRR:`P/T%WG`RF`0/7I[7$`DDKUY=F7O<X]Y"'Z6LW`-DLO<3;+3Z.G)V^GJ/W\3V_`TM0H[HOQ`JPQWJ+;2EEE%[;?8OWE20^%20^%20^%!0^%!0^%!0>%>X>%>X>%>X>%-X>%-X>%-X^.,1B3ZUI<-LS?,*1EH2J%!S'"1F8=+4]#1]#1]`F@!E0!F0QJ0Q-%1*4]+4]#1]#1`4F0!E0!F0QJ0Q5+K1:'HI]#1]F&@!%`!%0!&0Q-/3#HA#A'#RI("1"!Q&:P!FY!FY!B[_+O!*?!+?A#@AQ6<!%`!%0!&0Q-/5MCN2;,K'$A^FZ0!Y0![0Q_0Q5&I/D]0D]$A]$A`,S?&R?"Q):U'H/!BS*DE$H"]/D]0$BRQ?B]@B=8A=(KTSB,TM4%@4.82Y$"[$R_!R?!Q?3MDA-8A-(I0(Y+'M$"[$R_!R?!Q?FJ,"9`!90!;)M3D,SSBG4$1''9,"QV6/CZ7H&)8%3KN`T<O$KHI!61_7[I&201CK$VDVQ;E_%.7.6NV!V9V2P7(6'V%&6&V9N;$K1.X18Z-T=EK?E3@E-8F)\J0$<OJ@(HBT=[0L[WP.:D..JV/>H:XJZ/2%R]@(/DQ]V0\_PI<$Y:_XV2\N,JL6?_G5\_2T]C8ZB(R+$MFHZ!PS<4>G.@:<OWA_;.*]`D6J0PW=..0P!`+I_@BK5P,TVS/]!7-'T72PU(RZQ_@2I-R\`VL.OR^FP?<OP@1`P"PV3/X;;ZY^_AVK-_@D!!!!!!</Property> | ||
<Property Name="NI.Lib.SourceVersion" Type="Int">318799872</Property> | ||
<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="Get LVClass Name from TD.vi" Type="VI" URL="../../Utilities/Get LVClass Name from TD.vi"/> | ||
<Item Name="Load Test Case from File.vi" Type="VI" URL="../../User Interfaces/Graphical Test Runner/Graphical Test Runner Support/Load Test Case from File.vi"/> | ||
<Item Name="Get LVClass Name from Data String.vi" Type="VI" URL="../../Utilities/Get LVClass Name from Data String.vi"/> | ||
<Item Name="Set Front Panel Object Control Value.vi" Type="VI" URL="../../Utilities/Set Front Panel Object Control Value.vi"/> | ||
<Item Name="Set Front Panel TestSuite Object Control Value.vi" Type="VI" URL="../../Utilities/Set Front Panel TestSuite Object Control Value.vi"/> | ||
<Item Name="Get All.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get All.vi"/> | ||
<Item Name="Get Children.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Children.vi"/> | ||
<Item Name="Get Current.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Current.vi"/> | ||
<Item Name="Get Oldest.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Oldest.vi"/> | ||
<Item Name="Get Parent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Parent.vi"/> | ||
<Item Name="Get Siblings.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Get Siblings.vi"/> | ||
<Item Name="INDEX - Tree Control.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/INDEX - Tree Control.vi"/> | ||
<Item Name="Item Add.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Add.vi"/> | ||
<Item Name="Item Indent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Indent.vi"/> | ||
<Item Name="Item Modify.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Modify.vi"/> | ||
<Item Name="Item Outdent.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Outdent.vi"/> | ||
<Item Name="Item Properties.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Properties.vi"/> | ||
<Item Name="Item Remove.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Item Remove.vi"/> | ||
<Item Name="Tag Check.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Check.vi"/> | ||
<Item Name="Tag Convert.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Convert.vi"/> | ||
<Item Name="Tag Find.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tag Find.vi"/> | ||
<Item Name="Tree Collapse.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Collapse.vi"/> | ||
<Item Name="Tree Empty.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Empty.vi"/> | ||
<Item Name="Tree Expand.vi" Type="VI" URL="../../Utilities/Tree_Control_VIs/Tree Expand.vi"/> | ||
<Item Name="Get Test Members.vi" Type="VI" URL="../../Utilities/Get Test Members.vi"/> | ||
<Item Name="Check if Path Is Test.vi" Type="VI" URL="../../Utilities/Check if Path Is Test.vi"/> | ||
<Item Name="Get Project Scan Path.vi" Type="VI" URL="../../Utilities/Get Project Scan Path.vi"/> | ||
<Item Name="Find Project Test Objects.vi" Type="VI" URL="../../Utilities/Find Project Test Objects.vi"/> | ||
<Item Name="GetControlRef.vi" Type="VI" URL="../../Utilities/GetControlRef.vi"/> | ||
<Item Name="Create TestCase Template Instance.vi" Type="VI" URL="../../Utilities/Create TestCase Template Instance.vi"/> | ||
<Item Name="Create TestSuite Template Instance.vi" Type="VI" URL="../../Utilities/Create TestSuite Template Instance.vi"/> | ||
<Item Name="Check if Path Is Test Class.vi" Type="VI" URL="../../Utilities/Check if Path Is Test Class.vi"/> | ||
<Item Name="Get All Project Class Paths.vi" Type="VI" URL="../../Utilities/Get All Project Class Paths.vi"/> | ||
<Item Name="Get Platform Path Separator.vi" Type="VI" URL="../../Utilities/Get Platform Path Separator.vi"/> | ||
<Item Name="Get All Methods from LVObject.vi" Type="VI" URL="../../Utilities/Get All Methods from LVObject.vi"/> | ||
<Item Name="Get All Methods from LVClass Path.vi" Type="VI" URL="../../Utilities/Get All Methods from LVClass Path.vi"/> | ||
<Item Name="Create Test GUID.vi" Type="VI" URL="../../Utilities/Create Test GUID.vi"/> | ||
<Item Name="Get LV Class Members from Path.vi" Type="VI" URL="../../Utilities/Get LV Class Members from Path.vi"/> | ||
<Item Name="Rename LVClass.vi" Type="VI" URL="../../Utilities/Rename LVClass.vi"/> | ||
<Item Name="Get Name Or Data Format As String.vi" Type="VI" URL="../../Utilities/Get Name Or Data Format As String.vi"/> | ||
<Item Name="Get Class Inheritance from Class Path.vi" Type="VI" URL="../../Utilities/Get Class Inheritance from Class Path.vi"/> | ||
<Item Name="Expand Pathroot.vi" Type="VI" URL="../../Utilities/Expand Pathroot.vi"/> | ||
<Item Name="Convert Relative to Absolute Project Paths.vi" Type="VI" URL="../../Utilities/Convert Relative to Absolute Project Paths.vi"/> | ||
<Item Name="Get VI Error Out Value.vi" Type="VI" URL="../../Utilities/Get VI Error Out Value.vi"/> | ||
<Item Name="Get Activation Level.vi" Type="VI" URL="../../Utilities/Get Activation Level.vi"/> | ||
<Item Name="CheckForLabVIEW_IDE.vi" Type="VI" URL="../../Utilities/CheckForLabVIEW_IDE.vi"/> | ||
</Library> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
source/Programmatic API/Run Tests (TestCase Object Array).vi
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(100%)
source/Programmatic API/Run Tests (TestSuite Object Array).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.