Skip to content

Commit

Permalink
Merge tag 'CompareWithTypedef' into develop
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
francois-normandin committed Jan 13, 2019
2 parents cfdd85c + f7d3db4 commit ffcec23
Show file tree
Hide file tree
Showing 174 changed files with 1,919 additions and 985 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.hg
src/*.lvlps
src/*.aliases
.src/
builds/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*Do you have Caraya or LabVIEW unit testing questions, ideas, or challenges you'd like discuss? Join the conversation happening in the [Caraya Community Discussion Forums](https://forums.jki.net/forum/65-caraya-unit-tester/).*

![Caraya](https://github.com/JKISoftware/caraya/raw/master/img/caraya-logo.png)

Caraya is an assertion and unit test framework for LabVIEW that is simple and fast.
Expand All @@ -12,7 +14,7 @@ write unit test cases first.

You can download and install Caraya with VI Package Manager.

[Get Caraya](http://vipm.jki.net/#!/package/jki_lib_caraya)
[Get Caraya](https://resources.jki.net/caraya)

## Usage
Caraya is a LabVIEW toolkit providing a library of assertion VIs to validate run-time constraints of any LabVIEW
Expand Down
Binary file modified build support/Pre-Build Custom Action.vi
Binary file not shown.
Binary file added build support/Update Build Constants.vi
Binary file not shown.
Binary file added img/Test Suite JUnit Help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Test Suite SimpleText Help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/TestSuite_Report_Help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/TestSuites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/COPYRIGHT.txt

This file was deleted.

3 changes: 3 additions & 0 deletions src/Caraya.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@
<Item Name="VI Name.vi" Type="VI" URL="../subVIs/VI Name.vi"/>
<Item Name="Custom or Standard Message.vi" Type="VI" URL="../subVIs/Custom or Standard Message.vi"/>
<Item Name="Get Library Info.vi" Type="VI" URL="../subVIs/Get Library Info.vi"/>
<Item Name="Library Info Constant.vi" Type="VI" URL="../subVIs/Library Info Constant.vi"/>
<Item Name="Application Menu.rtm" Type="Document" URL="../menu/Application Menu.rtm"/>
</Item>
<Item Name="Reporting" Type="Folder">
<Item Name="Test Report.lvclass" Type="LVClass" URL="../classes/Test Report/Test Report.lvclass"/>
<Item Name="Test Report.Default.lvclass" Type="LVClass" URL="../classes/Test Report.Default/Test Report.Default.lvclass"/>
<Item Name="Test Report.JUnit.lvclass" Type="LVClass" URL="../classes/Test Report.JUnit/Test Report.JUnit.lvclass"/>
<Item Name="Test Report.Template.lvclass" Type="LVClass" URL="../classes/Test Report.Template/Test Report.Template.lvclass"/>
</Item>
<Item Name="Results" Type="Folder">
<Item Name="Test Result.lvclass" Type="LVClass" URL="../classes/Test Result/Test Result.lvclass"/>
Expand Down
592 changes: 453 additions & 139 deletions src/Caraya.lvproj

Large diffs are not rendered by default.

1,166 changes: 697 additions & 469 deletions src/Caraya.vipb

Large diffs are not rendered by default.

Binary file modified src/Caraya.vipc
Binary file not shown.
52 changes: 26 additions & 26 deletions src/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
Copyright (c) 2015-2017, JKI
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of Caraya nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JKI OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Copyright (c) 2015-2017, JKI
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Caraya nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JKI OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Binary file added src/VI Tree - Caraya.vi
Binary file not shown.
Binary file added src/classes/Assert/Assert (Poly).vi
Binary file not shown.
Binary file not shown.
Binary file added src/classes/Assert/Assert Equal Type_Variant.vi
Binary file not shown.
Binary file not shown.
Binary file added 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 not shown.
Binary file not shown.
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 True.vi
Binary file not shown.
414 changes: 253 additions & 161 deletions src/classes/Assert/Assert.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/Assert/Test Asserts.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/About.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Add Node To Tree.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Add Test Event To Tree.vi
Binary file not shown.
Binary file removed src/classes/Basic Test Manager/Assert Result.ctl
Binary file not shown.
99 changes: 33 additions & 66 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/Close Test.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Defined Passed To State.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Error.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Export Report.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Fail.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Generate Results.vi
Binary file not shown.
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/Open Block Diagram.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Overwrite Dialog.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Pass.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Process Container.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/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 added src/classes/Basic Test Manager/Reorder Keys.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Resolve New State.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Separator.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Skip.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Spawn Process.vi
Binary file not shown.
Binary file removed src/classes/Basic Test Manager/Test Event Data.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Test Event Gloabl.vi
Binary file not shown.
Binary file removed src/classes/Basic Test Manager/Test Event.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Test State.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Test State.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Timestamp to String.vi
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Tree Symbol.ctl
Binary file not shown.
Binary file modified src/classes/Basic Test Manager/Unknown.ctl
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/Test Assert Factory/Destroy Test Assert Factory.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 Test Manager.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 Report File.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Add Test Event.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Add Test Registration.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Add Update Node.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Get All Test Events.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Get All Test Registrations.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Get Test Registration by Key.vi
Binary file not shown.
Binary file modified src/classes/Test Event Storage/Get Tests Events by Key.vi
Binary file not shown.
27 changes: 9 additions & 18 deletions src/classes/Test Event Storage/Test Event Storage.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/Test Report.Default/Assert To Report Entry.vi
Binary file not shown.
Binary file not shown.
Binary file modified src/classes/Test Report.Default/Export.vi
Binary file not shown.
35 changes: 13 additions & 22 deletions src/classes/Test Report.Default/Test Report.Default.lvclass
Original file line number Diff line number Diff line change
Expand Up @@ -48,42 +48,33 @@
<Item Name="Private" Type="Folder">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
<Item Name="Test To Report Entry.vi" Type="VI" URL="../Test To Report Entry.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(3!!!!%!!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!""!-0````]'5X2S;7ZH!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!Z!-0````]%4G&amp;N:1!!#!!Q`````Q!91%!!!@````]!#!J$97RM)%.I97FO!!!31&amp;1!"AJ5;7VF)&amp;.U97VQ!!"N!0%!!!!!!!!!!QR$98*B?7%O&lt;(:M;7);1G&amp;T;7-A6'6T&gt;#".97ZB:W6S,GRW9WRB=X-;6'6T&gt;#"3:7&gt;J=X2S982J&lt;WYA2'&amp;U93ZD&gt;'Q!)E"1!!-!"Q!*!!I26'6T&gt;#"3:7&gt;J=X2S982J&lt;WY!$%!B"U2F:GFO:71!$%!B"F"B=X.F:!!!7!$R!!!!!!!!!!--1W&amp;S98FB,GRW&lt;'FC'F2F=X1A28:F&lt;H1A5X2P=G&amp;H:3ZM&gt;G.M98.T$62F=X1A4G^E:3ZD&gt;'Q!'E"1!!-!#Q!-!!U*6'6T&gt;#"/&lt;W2F!$Q!]!!-!!-!"!!&amp;!!1!"!!%!!1!"!!'!!1!$A!%!A!!?!U)!!!*!!!!!!!!!!!!!!!+!!!!%!!!!!!!!!%!$Q!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(%!!!!%!!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!""!-0````]'5X2S;7ZH!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!Z!-0````]%4G&amp;N:1!!#!!Q`````Q!91%!!!@````]!#!J$97RM)%.I97FO!!!31&amp;1!"AJ5;7VF)&amp;.U97VQ!!"G!0%!!!!!!!!!!QR$98*B?7%O&lt;(:M;7)46'6T&gt;#"3:8.V&lt;(1O&lt;(:D&lt;'&amp;T=RJ5:8.U)&amp;*F:WFT&gt;(*B&gt;'FP&lt;C"%982B,G.U&lt;!!C1&amp;!!!Q!(!!E!#B&amp;5:8.U)&amp;*F:WFT&gt;(*B&gt;'FP&lt;A!-1#%(2'6G;7ZF:!!-1#%'5'&amp;T=W6E!!"2!0%!!!!!!!!!!QR$98*B?7%O&lt;(:M;7)46'6T&gt;#"3:8.V&lt;(1O&lt;(:D&lt;'&amp;T=QV5:8.U)%ZP:'5O9X2M!"J!5!!$!!M!$!!.#62F=X1A4G^E:1!]!0!!$!!$!!1!"1!%!!1!"!!%!!1!"A!%!!Y!"!)!!(A.#!!!#1!!!!!!!!!!!!!!#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">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">2</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1342710272</Property>
<Property Name="NI.ClassItem.State" Type="Int">1350574592</Property>
</Item>
<Item Name="Assert To Report Entry.vi" Type="VI" URL="../Assert To Report Entry.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"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!"!!!!""!-0````]'5X2S;7ZH!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!Z!-0````]%4G&amp;N:1!!$%!B"F"B=X.F:!!!#!!Q`````Q!91%!!!@````]!#1J$97RM)%.I97FO!!!91&amp;!!!Q!!!!%!!AJ5:8.U)%6S=G^S!!!31&amp;1!"AJ5;7VF)&amp;.U97VQ!!"C!0%!!!!!!!!!!QR$98*B?7%O&lt;(:M;7);1G&amp;T;7-A6'6T&gt;#".97ZB:W6S,GRW9WRB=X-618.T:8*U)%6W:7ZU)%2B&gt;'%O9X2M!"R!5!!&amp;!!=!#!!+!!M!$!:"=X.F=H1!!$Q!]!!-!!-!"!!&amp;!!1!"!!%!!1!"!!'!!1!$1!%!A!!?!U)!!!*!!!!!!!!!!!!!!!+!!!!%!!!!!!!!!%!$A!!!!!</Property>
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!&amp;U!!!!$Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!""!-0````]'5X2S;7ZH!!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!!Z!-0````]%4G&amp;N:1!!$%!B"F"B=X.F:!!!#!!Q`````Q!91%!!!@````]!#1J$97RM)%.I97FO!!!91&amp;!!!Q!!!!%!!AJ5:8.U)%6S=G^S!!!31&amp;1!"AJ5;7VF)&amp;.U97VQ!!"&lt;!0%!!!!!!!!!!QR$98*B?7%O&lt;(:M;7)46'6T&gt;#"3:8.V&lt;(1O&lt;(:D&lt;'&amp;T=R6"=X.F=H1A28:F&lt;H1A2'&amp;U93ZD&gt;'Q!(%"1!!5!"Q!)!!I!#Q!-"E&amp;T=W6S&gt;!!!0!$Q!!Q!!Q!%!!5!"!!%!!1!"!!%!!9!"!!.!!1#!!"Y$1A!!!E!!!!!!!!!!!!!!!I!!!!1!!!!!!!!!1!/!!!!!!</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">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">2</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1342972416</Property>
</Item>
<Item Name="Indent.vi" Type="VI" URL="../Indent.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!!Z!!!!!Q!11$$`````"H.U=GFO:Q!!$5!$!!&gt;/&gt;7VF=GFD!"1!]!!#!!!!!1)!!!A*!!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.IsStaticMethod" Type="Bool">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">2</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1082143232</Property>
</Item>
<Item Name="Call Chain To Indent.vi" Type="VI" URL="../Call Chain To Indent.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!#!!!!!"1!%!!!!%%!Q`````Q:*&lt;G2F&lt;H1!!""!-0````]'5X2S;7ZH!!!91%!!!@````]!!AJ$97RM)%.I97FO!!!]!0!!$!!!!!!!!!!"!!!!!!!!!!!!!!!!!!!!!Q)!!(A!!!!!!!!*!!!!!!!!!!!!!!!!!!!!#!!!!!!"!!1!!!!!</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">true</Property>
<Property Name="NI.ClassItem.MethodScope" Type="UInt">2</Property>
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
<Property Name="NI.ClassItem.State" Type="Int">1082143232</Property>
<Property Name="NI.ClassItem.State" Type="Int">1350574592</Property>
</Item>
</Item>
<Item Name="Create DefaultReport.vi" Type="VI" URL="../Create DefaultReport.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"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;*F='^S&gt;#Z%:7:B&gt;7RU,GRW9WRB=X-!!"&gt;5:8.U)&amp;*F='^S&gt;#Z%:7:B&gt;7RU)'^V&gt;!!A1&amp;!!!Q!!!!%!!B.F=H*P=C"J&lt;C!I&lt;G]A:8*S&lt;X)J!"2!-P````],5G6Q&lt;X*U)&amp;"B&gt;'A!4%"Q!"Y!!#I-1W&amp;S98FB,GRW&lt;'FC'V2F=X1A5G6Q&lt;X*U,E2F:G&amp;V&lt;(1O&lt;(:D&lt;'&amp;T=Q!!&amp;F2F=X1A5G6Q&lt;X*U,E2F:G&amp;V&lt;(1A;7Y!!%E!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!"Q!)!A!!?!U)!!!!!!U,!!!!!!!!!!!)!!!!%!!+!!!.!!!!$!!!!!!!!!!!!!!"!!E!!!!!</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">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">1342710272</Property>
</Item>
<Item Name="Export.vi" Type="VI" URL="../Export.vi">
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">#1#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!%N!!!!#1!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!%2!=!!?!!!K$%.B=G&amp;Z93ZM&gt;GRJ9BN5:8.U)&amp;*F='^S&gt;#Z%:7:B&gt;7RU,GRW9WRB=X-!!!^5:8.U)&amp;*F='^S&gt;#"P&gt;81!)%"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:8"P=H1O2'6G986M&gt;#ZM&gt;G.M98.T!!!/6'6T&gt;#"3:8"P=H1A;7Y!!$Q!]!!-!!-!"!!%!!5!"!!%!!1!"!!'!!1!"!!(!Q!!?!U)!!!!!)U,!!!!!!!!!!!+!!!!!!#1!!!!!!%!#!!!!!!</Property>
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
Expand Down
Binary file modified src/classes/Test Report.Default/Test To Report Entry.vi
Binary file not shown.
Binary file modified src/classes/Test Report.Default/isReporting.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/classes/Test Report.JUnit/Export.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
143 changes: 143 additions & 0 deletions src/classes/Test Report.JUnit/Test Report.JUnit.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added src/classes/Test Report.JUnit/getXMLHeader.vi
Binary file not shown.
Binary file added src/classes/Test Report.JUnit/getXMLTestCases.vi
Binary file not shown.
Binary file not shown.
Binary file added src/classes/Test Report.JUnit/isReporting.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 added src/classes/Test Report.Template/Export.vi
Binary file not shown.
Binary file not shown.
96 changes: 96 additions & 0 deletions src/classes/Test Report.Template/Test Report.Template.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file added src/classes/Test Report.Template/isReporting.vi
Binary file not shown.
Binary file not shown.
Binary file modified src/classes/Test Report/Export.vi
Binary file not shown.
Binary file added src/classes/Test Report/Indent.vi
Binary file not shown.
Binary file modified src/classes/Test Report/Read Test Result.vi
Binary file not shown.
28 changes: 24 additions & 4 deletions src/classes/Test Report/Test Report.lvclass

Large diffs are not rendered by default.

Binary file modified src/classes/Test Report/Write Test Result.vi
Binary file not shown.
Binary file modified src/classes/Test Report/isReporting.vi
Binary file not shown.
Binary file modified src/classes/Test Result/Add Node.vi
Binary file not shown.
Binary file not shown.
Binary file modified src/classes/Test Result/Get Node.vi
Binary file not shown.
Binary file modified src/classes/Test Result/Get Type.vi
Binary file not shown.
Binary file modified src/classes/Test Result/List Nodes.vi
Binary file not shown.
Binary file modified src/classes/Test Result/Node Results.ctl
Binary file not shown.
Binary file added src/classes/Test Result/Test Event Data.ctl
Binary file not shown.
Binary file added src/classes/Test Result/Test Event.ctl
Binary file not shown.
Binary file not shown.
Binary file not shown.
181 changes: 117 additions & 64 deletions src/classes/Test Result/Test Result.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/classes/Test Suite/Define Test Suite (Report).vi
Binary file not shown.
Binary file not shown.
Binary file modified src/classes/Test Suite/Define Test Suite.vi
Binary file not shown.
Loading

0 comments on commit ffcec23

Please sign in to comment.