Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Jul 2, 2021
2 parents 69d64fe + 95e664e commit ea492b6
Show file tree
Hide file tree
Showing 140 changed files with 1,510 additions and 871 deletions.
Binary file modified build support/Pre-Build Custom Action.vi
Binary file not shown.
Binary file added build support/Update PPL Build Specs.vi
Binary file not shown.
Binary file modified src/Advanced VI Tree - Caraya.vi
Binary file not shown.
10 changes: 8 additions & 2 deletions src/Caraya.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@
<Item Name="Test Result.lvclass" Type="LVClass" URL="../classes/Test Result/Test Result.lvclass"/>
</Item>
<Item Name="Utilities" Type="Folder">
<Item Name="LibPath" Type="Folder">
<Item Name="FindLibPath.vi" Type="VI" URL="../subVIs/FindLibPath.vi"/>
</Item>
<Item Name="SearchForAllTests (Folder).vi" Type="VI" URL="../subVIs/SearchForAllTests (Folder).vi"/>
<Item Name="Run Tests Programmatically.vi" Type="VI" URL="../subVIs/Run Tests Programmatically.vi"/>
<Item Name="Run Tests (Project).vi" Type="VI" URL="../subVIs/Run Tests (Project).vi"/>
<Item Name="Get Caraya Namespace.vi" Type="VI" URL="../subVIs/Get Caraya Namespace.vi"/>
<Item Name="Get Caraya Library Information.vi" Type="VI" URL="../subVIs/Get Caraya Library Information.vi"/>
<Item Name="Caraya Library Info.ctl" Type="VI" URL="../subVIs/Caraya Library Info.ctl"/>
</Item>
<Item Name="Runners" Type="Folder">
<Item Name="Test Runner.lvclass" Type="LVClass" URL="../classes/Test Runner/Test Runner.lvclass"/>
Expand All @@ -59,7 +66,7 @@
<Item Name="Assert.lvclass" Type="LVClass" URL="../classes/Assert/Assert.lvclass"/>
<Item Name="Test.lvclass" Type="LVClass" URL="../classes/Test/Test.lvclass"/>
<Item Name="Test Suite.lvclass" Type="LVClass" URL="../classes/Test Suite/Test Suite.lvclass"/>
<Item Name="New Test (Caraya).vi" Type="VI" URL="../classes/Assert/New Test (Caraya).vi"/>
<Item Name="Run Tests.vi" Type="VI" URL="../run-tests/Run Tests.vi"/>
</Item>
<Item Name="Polymorphic" Type="Folder">
<Item Name="Run Test (Scalar Path).vi" Type="VI" URL="../run-tests/Run Test (Scalar Path).vi"/>
Expand All @@ -71,5 +78,4 @@
<Item Name="Run Test (VIRefnum Scalar).vi" Type="VI" URL="../run-tests/Run Test (VIRefnum Scalar).vi"/>
<Item Name="Run Test (VIRefnum Array).vi" Type="VI" URL="../run-tests/Run Test (VIRefnum Array).vi"/>
</Item>
<Item Name="Run Tests.vi" Type="VI" URL="../run-tests/Run Tests.vi"/>
</Library>
64 changes: 34 additions & 30 deletions src/Caraya.lvproj

Large diffs are not rendered by default.

154 changes: 103 additions & 51 deletions src/Caraya.vipb

Large diffs are not rendered by default.

469 changes: 469 additions & 0 deletions src/CarayaPPL.lvproj

Large diffs are not rendered by default.

Binary file modified src/VI Tree - Caraya.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Almost Equal_Float.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Equal Type_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Equal Value and Type_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Equal Value_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Equal_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Error.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert False.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Greater Or Equal_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Greater_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Less Or Equal_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Less_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Not Equal Type_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Not Equal Value and Type_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Not Equal Value_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Not Equal_Variant.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Not Error.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert True.vi
Binary file not shown.
Binary file modified src/classes/Assert/Assert Wrapper.vi
Binary file not shown.
Binary file modified src/classes/Assert/New Test (Caraya).vi
Binary file not shown.
Binary file modified src/classes/Assert/Test Asserts.vi
Binary file not shown.
796 changes: 400 additions & 396 deletions src/classes/Basic Test Manager/Basic Test Manager.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/Basic Test Manager/Generate Results.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Initialize.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Process.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Read Interactive.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Read Test Report.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Read Verbose.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Read notifier.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Register Assert.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Register Check Running.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Register Test.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Write Interactive.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Write Notifier.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Write Test Report.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Write Verbose.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Read Assert.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Read Interactive.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Read Notifier.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Read Report File.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Read Verbose.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Write Interactive.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Write Notifier.vi
Binary file not shown.
Binary file modified src/classes/Test Assert Factory/Write Verbose.vi
Binary file not shown.
10 changes: 5 additions & 5 deletions src/classes/Test Event Storage/Test Event Storage.lvclass
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1350574608</Property>
<Property Name="NI.ClassItem.State" Type="Int">1074536980</Property>
</Item>
<Item Name="Get All Test Events.vi" Type="VI" URL="../Get All Test Events.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!+J!!!!&amp;A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!$E!Q`````Q2/97VF!!!-1#%'5'&amp;T=W6E!!!)!$$`````!"B!1!!"`````Q!'#E.B&lt;'QA1WBB;7Y!!"B!5!!$!!!!!1!##F2F=X1A28*S&lt;X)!!"*!6!!'#F2J&lt;75A5X2B&lt;8!!!"J!-0````]167ZJ=86F)%&amp;T=W6S&gt;#"*2!!!%%!Q`````Q&gt;5:8.U)%F%!"F!#A!328BF9X6U;7^O)(2J&lt;75A+(-J!!!=1$$`````%V:F=G*P=W5A28BQ&lt;'&amp;O982J&lt;WY!:Q$R!!!!!!!!!!--1W&amp;S98FB,GRW&lt;'FC%V2F=X1A5G6T&gt;7RU,GRW9WRB=X-618.T:8*U)%6W:7ZU)%2B&gt;'%O9X2M!#B!5!!*!!1!"1!(!!A!#1!+!!M!$!!.#F2F=X1A28:F&lt;H1!!"J!1!!"`````Q!/$5&amp;T=W6S&gt;#"&amp;&gt;G6O&gt;(-!&amp;E"!!!(`````!!9)6'6T&gt;#"*2(-!!%J!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!76'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'^V&gt;!!!"!!!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!3%"Q!"Y!!#E-1W&amp;S98FB,GRW&lt;'FC'F2F=X1A28:F&lt;H1A5X2P=G&amp;H:3ZM&gt;G.M98.T!"65:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5A;7Y!6!$Q!!Q!!Q!0!"!!%1!3!")!%A!3!"-!%A!3!"1$!!"Y!!!.#!!!#1!!!!E!!!#.#Q!!!!!!!!!!!!!!!!!!!!!!!!I!!!!!!!!!!!!!!*!!!!!!!1!6!!!!!!</Property>
Expand Down Expand Up @@ -108,21 +108,21 @@
<Property Name="NI.ClassItem.State" Type="Int">1342710288</Property>
</Item>
<Item Name="Update Test Explanation.vi" Type="VI" URL="../Update Test Explanation.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(&lt;!!!!$!!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%J!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!76'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'^V&gt;!!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!31$$`````#66O;8&amp;V:3"*2!!51$$`````#U6Y='RB&lt;G&amp;U;7^O!'9!]1!!!!!!!!!$$%.B=G&amp;Z93ZM&gt;GRJ9B.5:8.U)&amp;*F=X6M&gt;#ZM&gt;G.M98.T(&amp;2F=X1A6G6S9G^T:3"&amp;?("M97ZB&gt;'FP&lt;CZD&gt;'Q!)%"1!!)!"Q!)%&amp;2F=X1A28BQ&lt;'&amp;O982J&lt;WY!!%B!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!66'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'FO!&amp;1!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!#1!+!Q!!?!!!$1A!!!!!!!!!!!!!D1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!"!!!!#3!!!!!!%!#Q!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(^!!!!$1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%J!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!76'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'^V&gt;!!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1!91$$`````$F6O;8&amp;V:3"5:8.U)%F%!!!;1$$`````%&amp;6O;8&amp;V:3""=X.F=H1A351!!"2!-0````],28BQ&lt;'&amp;O982J&lt;WY!;!$R!!!!!!!!!!--1W&amp;S98FB,GRW&lt;'FC%V2F=X1A5G6T&gt;7RU,GRW9WRB=X-=6'6T&gt;#"7:8*C&lt;X.F)%6Y='RB&lt;G&amp;U;7^O,G.U&lt;!!C1&amp;!!!Q!(!!A!#2"5:8.U)%6Y='RB&lt;G&amp;U;7^O!!")1(!!(A!!+1R$98*B?7%O&lt;(:M;7);6'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F,GRW9WRB=X-!&amp;62F=X1A28:F&lt;H1A5X2P=G&amp;H:3"J&lt;A"5!0!!$!!$!!1!"!!&amp;!!1!"!!%!!1!"A!%!!I!#Q-!!(A!!!U)!!!!!!!!!!!!!)U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!1!!!!EA!!!!!"!!Q!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1082130960</Property>
<Property Name="NI.ClassItem.State" Type="Int">1342710288</Property>
</Item>
<Item Name="Get Root Test.vi" Type="VI" URL="../Get Root Test.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;&gt;!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!Z!-0````]%5G^P&gt;!!!3E"Q!"Y!!#E-1W&amp;S98FB,GRW&lt;'FC'F2F=X1A28:F&lt;H1A5X2P=G&amp;H:3ZM&gt;G.M98.T!":5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5A&lt;X6U!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!%B!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!66'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'FO!&amp;1!]!!-!!-!"!!&amp;!!9!"!!%!!1!"!!(!!1!"!!)!Q!!?!!!$1A!!!!!!!!*!!!!D1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!!!!!!!!!!!#3!!!!!!%!#1!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;S!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!Z!-0````]%6'6T&gt;!!!3E"Q!"Y!!#E-1W&amp;S98FB,GRW&lt;'FC'F2F=X1A28:F&lt;H1A5X2P=G&amp;H:3ZM&gt;G.M98.T!":5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5A&lt;X6U!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!"6!!Q!0;7ZE:8AA+$![)(*P&lt;X1J!%B!=!!?!!!J$%.B=G&amp;Z93ZM&gt;GRJ9BJ5:8.U)%6W:7ZU)&amp;.U&lt;X*B:W5O&lt;(:D&lt;'&amp;T=Q!66'6T&gt;#"&amp;&gt;G6O&gt;#"4&gt;'^S97&gt;F)'FO!&amp;1!]!!-!!-!"!!&amp;!!9!"!!%!!1!"!!(!!A!"!!*!Q!!?!!!$1A!!!!!!!!*!!!!D1M!!!!!!!!!!!!!!!!!!!!!!!!+!!!!#!!!!!!!!!#3!!!!!!%!#A!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
<Property Name="NI.ClassItem.State" Type="Int">1342710288</Property>
</Item>
</LVClass>
Binary file modified src/classes/Test Runner.Class/Setup TestRunner ClassInstance.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Class/Write Class Instance.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Class/onTestDiscovery.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Collection/Merge Runner.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Folder/Setup TestRunner Files.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Folder/Setup TestRunner Folder.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Folder/onTestDiscovery.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Library/Setup TestRunner Library.vi
Binary file not shown.
115 changes: 58 additions & 57 deletions src/classes/Test Runner.Library/Test Runner.Library.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/Test Runner.Library/onTestDiscovery.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Project/Setup TestRunner Project.vi
Binary file not shown.
22 changes: 11 additions & 11 deletions src/classes/Test Runner.Project/Test Runner.Project.lvclass
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
<Property Name="NI.ClassItem.State" Type="Int">1107820544</Property>
</Item>
<Item Name="Write Project Refnum.vi" Type="VI" URL="../Write Project Refnum.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;_!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!"R!=!!)!!!!31!!$F"S&lt;WJF9X1A5G6G&lt;H6N!!"-1(!!(A!!+AR$98*B?7%O&lt;(:M;7)&lt;6'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#ZM&gt;G.M98.T!!!76'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#"J&lt;A!!91$Q!!Q!!Q!%!!1!"1!%!!1!"!!%!!9!"!!(!!A#!!"Y!!!.#!!!!!!!!!!!!!!.#Q!!!!!!!!!!!!!!!!!!!!!!!!A!!!!!!!!!%!!!!")!!!U!!!!-!!!!!!!!!!!!!!%!#1!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;_!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!"R!=!!)!!!!31!!$F"S&lt;WJF9X1A5G6G&lt;H6N!!"-1(!!(A!!+AR$98*B?7%O&lt;(:M;7)&lt;6'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#ZM&gt;G.M98.T!!!76'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#"J&lt;A!!91$Q!!Q!!Q!%!!1!"1!%!!1!"!!%!!9!"!!(!!A$!!"Y!!!.#!!!!!!!!!!!!!!.#Q!!!!!!!!!!!!!!!!!!!!!!!!I!!!!!!!!!%!!!!")!!!U!!!!-!!!!!!!!!!!!!!%!#1!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">16777216</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1107820544</Property>
<Property Name="NI.ClassItem.State" Type="Int">8388624</Property>
</Item>
<Item Name="Read Virtual Folder.vi" Type="VI" URL="../Read Virtual Folder.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%&gt;!!!!"1!%!!!!'%!Q`````QZ7;8*U&gt;7&amp;M)%:P&lt;'2F=A!!4%"Q!"Y!!#I-1W&amp;S98FB,GRW&lt;'FC'V2F=X1A5H6O&lt;G6S,F"S&lt;WJF9X1O&lt;(:D&lt;'&amp;T=Q!!&amp;V2F=X1A5H6O&lt;G6S,F"S&lt;WJF9X1A&lt;X6U!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!":5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'FO!!"B!0!!$!!!!!!!!1!#!!!!!!!!!!!!!!!!!!!!!Q)!!(A!!!!!!!!!!!!!#1!!!!U,!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!%!!!$1!!!!Q!!!!!!!!!!!!!!1!%!!!!!!</Property>
Expand Down Expand Up @@ -86,34 +86,34 @@
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1342710288</Property>
</Item>
<Item Name="onTestDiscovery.vi" Type="VI" URL="../onTestDiscovery.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;Z!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!Z!-P````]%='&amp;U;!!!&amp;E"!!!(`````!!5*6'6T&gt;(-A6EFT!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!":5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'FO!!"5!0!!$!!$!!1!"A!(!!1!"!!%!!1!#!!%!!1!#1-!!(A!!!U)!!!!!!!!#1!!!)U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!E!!!!!!"!!I!!!!!</Property>
<Item Name="setUp.vi" Type="VI" URL="../setUp.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;6!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!":5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'FO!!"5!0!!$!!$!!1!"!!&amp;!!1!"!!%!!1!"A!%!!1!"Q-!!(A!!!U)!!!!!!!!!!!!!)U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!EA!!!!!"!!A!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">16777344</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">3</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
<Property Name="NI.ClassItem.State" Type="Int">1115685392</Property>
<Property Name="NI.LibItem.Scope" Type="Int">3</Property>
</Item>
<Item Name="setUp.vi" Type="VI" URL="../setUp.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;6!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!":5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'FO!!"5!0!!$!!$!!1!"!!&amp;!!1!"!!%!!1!"A!%!!1!"Q-!!(A!!!U)!!!!!!!!!!!!!)U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!EA!!!!!"!!A!!!!!</Property>
<Item Name="onTestDiscovery.vi" Type="VI" URL="../onTestDiscovery.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;Z!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!!Z!-P````]%='&amp;U;!!!&amp;E"!!!(`````!!5*6'6T&gt;(-A6EFT!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!":5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'FO!!"5!0!!$!!$!!1!"A!(!!1!"!!%!!1!#!!%!!1!#1-!!(A!!!U)!!!!!!!!#1!!!)U,!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!EA!!!!!"!!I!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">16777344</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">3</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1115685392</Property>
<Property Name="NI.ClassItem.State" Type="Int">1082130960</Property>
<Property Name="NI.LibItem.Scope" Type="Int">3</Property>
</Item>
<Item Name="onTestExecution.vi" Type="VI" URL="../onTestExecution.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;D!!!!#A!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!/1$$`````"%ZB&lt;75!!#"!5!!$!!!!!1!#%W6S=G^S)'FO)#BO&lt;S"F=H*P=CE!4%"Q!"Y!!#I-1W&amp;S98FB,GRW&lt;'FC'V2F=X1A5H6O&lt;G6S,F"S&lt;WJF9X1O&lt;(:D&lt;'&amp;T=Q!!&amp;F2F=X1A5H6O&lt;G6S,F"S&lt;WJF9X1A;7Y!!&amp;1!]!!-!!-!"!!%!!5!"!!%!!1!"A!(!!1!"!!)!Q!!?!!!$1A!!!!!!!!!!!!!D1M!!!!!!!!!!!!!!!!!!AA!!!!+!!!!!!!!!!!!!!#3!!!!!!%!#1!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">%Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;[!!!!#Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%R!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U,GRW9WRB=X-!!"&gt;5:8.U)&amp;*V&lt;GZF=CZ1=G^K:7.U)'^V&gt;!!81!-!%82J&lt;76P&gt;81A+$)Q-$!A&lt;8-J!!Z!-0````]%4G&amp;N:1!!)%"1!!-!!!!"!!)4:8*S&lt;X)A;7YA+'ZP)'6S=G^S+1"-1(!!(A!!+AR$98*B?7%O&lt;(:M;7)&lt;6'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#ZM&gt;G.M98.T!!!76'6T&gt;#"3&gt;7ZO:8)O5(*P;G6D&gt;#"J&lt;A!!6!$Q!!Q!!Q!%!!1!"1!%!!1!"A!(!!A!"!!%!!E$!!"Y!!!.#!!!!!!!!!!!!!#.#Q!!!!!!!!!!!!!)!!!##!!!!!I!!!!!!!!!!!!!!*)!!!!!!1!+!!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
<Property Name="NI.ClassItem.Flags" Type="Int">16777344</Property>
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">false</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">3</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1107821072</Property>
<Property Name="NI.ClassItem.State" Type="Int">1082405392</Property>
<Property Name="NI.LibItem.Scope" Type="Int">3</Property>
</Item>
</LVClass>
Binary file modified src/classes/Test Runner.Project/Write Project Refnum.vi
Binary file not shown.
Binary file modified src/classes/Test Runner.Project/onTestDiscovery.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/DestroyTestSuite.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/Linker.Find Tests and Suites.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/Read Interactive.vi
Binary file not shown.
Binary file added src/classes/Test Runner/Read Linkage Errors.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/Read Test VIs.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/Read Test error.vi
Binary file not shown.
Binary file modified src/classes/Test Runner/Run.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/classes/Test Runner/Runner.ReadLinkerInfo.vi
Binary file not shown.
Loading

0 comments on commit ea492b6

Please sign in to comment.