Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring committed Apr 29, 2017
1 parent af17cf2 commit 5a08f56
Show file tree
Hide file tree
Showing 30 changed files with 1,186 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# Metadata
*.aliases
*.lvlps
*.vip
1 change: 1 addition & 0 deletions Developer Docs/Ant Description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use TextTestRunner.Ant with the VI Tester API to generate XML files that are compatible with Ant's JUnit xml report format. AntPlugin Example.vi shows how to use the plugin.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# JKI-VI-Tester-JUnit-XML-Test-Results
A JKI VI Tester test runner that outputs test results in JUnit XML format that is supported by Jenkins/Hudson for reporting on unit tests
A JKI VI Tester test runner that outputs test results in JUnit XML format (https://github.com/windyroad/JUnit-Schema) that is supported by Jenkins/Hudson for reporting on unit tests.
256 changes: 256 additions & 0 deletions Source/.vipb

Large diffs are not rendered by default.

Binary file added Source/.vipc
Binary file not shown.
28 changes: 28 additions & 0 deletions Source/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Copyright (c) 2015, 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 JKI-VI-Tester 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 COPYRIGHT HOLDER 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 not shown.
91 changes: 91 additions & 0 deletions Source/TextTestRunner.JUnitXML/TextTestRunner.JUnitXML.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/VI Tester JUnitXML Example.vi
Binary file not shown.
637 changes: 637 additions & 0 deletions Source/VI Tester JUnitXML.lvproj

Large diffs are not rendered by default.

Binary file added Source/_TextTestResult.JUnitXML/CleanUp.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/_Get Test ID.vi
Binary file not shown.
171 changes: 171 additions & 0 deletions Source/_TextTestResult.JUnitXML/_TextTestResult.JUnitXML.lvclass

Large diffs are not rendered by default.

Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/addError.vi
Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/addFailure.vi
Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/addSkipped.vi
Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/addSuccess.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/_TextTestResult.JUnitXML/startTest.vi
Binary file not shown.

0 comments on commit 5a08f56

Please sign in to comment.