-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- T Added remaining verifies to LUnit Extension. Skipped/disabled the…
… Verify VI tests due to LV flakiness.
- Loading branch information
Showing
65 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
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
-188 Bytes
(99%)
Source/Approval Tests/Report With Beyord Compare/Report.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Source/Approval Tests/Report With First Working/Write Reporters.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.
Binary file not shown.
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
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
+700 Bytes
(100%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify AND Combos.vi
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify AND Parameterized.vi
Binary file not shown.
Binary file modified
BIN
-180 Bytes
(99%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify Class Roster as JSON.vi
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify Hello Caraya.vi
Binary file not shown.
Binary file modified
BIN
+2.08 KB
(100%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify Multi Combos.vi
Binary file not shown.
Binary file modified
BIN
-140 Bytes
(99%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify Person as JSON.vi
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Tests/Caraya.Tests/Caraya Extension Tests/Verify Scripting Code.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.
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
4 changes: 4 additions & 0 deletions
4
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify AND Combos.approved.txt
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{"A":false,"B":false} => {"A and B":false} | ||
{"A":false,"B":true} => {"A and B":false} | ||
{"A":true,"B":false} => {"A and B":false} | ||
{"A":true,"B":true} => {"A and B":true} |
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify AND Parameterized.approved.txt
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{"A":false,"B":false} => {"A and B":false} | ||
{"A":false,"B":true} => {"A and B":false} | ||
{"A":true,"B":false} => {"A and B":false} | ||
{"A":true,"B":true} => {"A and B":true} |
Binary file added
BIN
+17.8 KB
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify AND Parameterized.vi
Binary file not shown.
Binary file modified
BIN
-176 Bytes
(99%)
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify Class Roster as JSON.vi
Binary file not shown.
Binary file modified
BIN
-168 Bytes
(99%)
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify Hello LUnit.vi
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify Multi Combos.approved.txt
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{"Boolean":false,"Numeric":0,"String":"a"} => {"String":"FALSE 0 a","revString":"a 0 ESLAF"} | ||
{"Boolean":false,"Numeric":0,"String":"b"} => {"String":"FALSE 0 b","revString":"b 0 ESLAF"} | ||
{"Boolean":false,"Numeric":0,"String":"c"} => {"String":"FALSE 0 c","revString":"c 0 ESLAF"} | ||
{"Boolean":false,"Numeric":0,"String":"d"} => {"String":"FALSE 0 d","revString":"d 0 ESLAF"} | ||
{"Boolean":false,"Numeric":1,"String":"a"} => {"String":"FALSE 1 a","revString":"a 1 ESLAF"} | ||
{"Boolean":false,"Numeric":1,"String":"b"} => {"String":"FALSE 1 b","revString":"b 1 ESLAF"} | ||
{"Boolean":false,"Numeric":1,"String":"c"} => {"String":"FALSE 1 c","revString":"c 1 ESLAF"} | ||
{"Boolean":false,"Numeric":1,"String":"d"} => {"String":"FALSE 1 d","revString":"d 1 ESLAF"} | ||
{"Boolean":false,"Numeric":2,"String":"a"} => {"String":"FALSE 2 a","revString":"a 2 ESLAF"} | ||
{"Boolean":false,"Numeric":2,"String":"b"} => {"String":"FALSE 2 b","revString":"b 2 ESLAF"} | ||
{"Boolean":false,"Numeric":2,"String":"c"} => {"String":"FALSE 2 c","revString":"c 2 ESLAF"} | ||
{"Boolean":false,"Numeric":2,"String":"d"} => {"String":"FALSE 2 d","revString":"d 2 ESLAF"} | ||
{"Boolean":true,"Numeric":0,"String":"a"} => {"String":"TRUE 0 a","revString":"a 0 EURT"} | ||
{"Boolean":true,"Numeric":0,"String":"b"} => {"String":"TRUE 0 b","revString":"b 0 EURT"} | ||
{"Boolean":true,"Numeric":0,"String":"c"} => {"String":"TRUE 0 c","revString":"c 0 EURT"} | ||
{"Boolean":true,"Numeric":0,"String":"d"} => {"String":"TRUE 0 d","revString":"d 0 EURT"} | ||
{"Boolean":true,"Numeric":1,"String":"a"} => {"String":"TRUE 1 a","revString":"a 1 EURT"} | ||
{"Boolean":true,"Numeric":1,"String":"b"} => {"String":"TRUE 1 b","revString":"b 1 EURT"} | ||
{"Boolean":true,"Numeric":1,"String":"c"} => {"String":"TRUE 1 c","revString":"c 1 EURT"} | ||
{"Boolean":true,"Numeric":1,"String":"d"} => {"String":"TRUE 1 d","revString":"d 1 EURT"} | ||
{"Boolean":true,"Numeric":2,"String":"a"} => {"String":"TRUE 2 a","revString":"a 2 EURT"} | ||
{"Boolean":true,"Numeric":2,"String":"b"} => {"String":"TRUE 2 b","revString":"b 2 EURT"} | ||
{"Boolean":true,"Numeric":2,"String":"c"} => {"String":"TRUE 2 c","revString":"c 2 EURT"} | ||
{"Boolean":true,"Numeric":2,"String":"d"} => {"String":"TRUE 2 d","revString":"d 2 EURT"} |
Binary file not shown.
Binary file modified
BIN
-152 Bytes
(99%)
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify Person as JSON.vi
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify a VI.approved.vi
Binary file not shown.
Binary file modified
BIN
+1.06 KB
(110%)
Tests/LUnit.Tests/LUnit Extensions Tests/test Verify a VI.vi
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Tests/VITester.Tests/VITester Extension Tests/test Verify Class Roster as JSON.vi
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Tests/VITester.Tests/VITester Extension Tests/test Verify Hello VITester.vi
Binary file not shown.
Binary file modified
BIN
-164 Bytes
(99%)
Tests/VITester.Tests/VITester Extension Tests/test Verify Person as JSON.vi
Binary file not shown.