diff options
author | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
commit | 0549b1e5a8a3132005e275d6026db8003cb067d2 (patch) | |
tree | f0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Data/Libraries/luaunit/test/ref/exampleTapDefault.txt | |
parent | 32345800737b668011a87328cd3dcce59ec2934c (diff) |
*rename folder
Diffstat (limited to 'Data/Libraries/luaunit/test/ref/exampleTapDefault.txt')
-rw-r--r-- | Data/Libraries/luaunit/test/ref/exampleTapDefault.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Data/Libraries/luaunit/test/ref/exampleTapDefault.txt b/Data/Libraries/luaunit/test/ref/exampleTapDefault.txt new file mode 100644 index 0000000..0ae668d --- /dev/null +++ b/Data/Libraries/luaunit/test/ref/exampleTapDefault.txt @@ -0,0 +1,36 @@ +1..16 +# Started on 04/28/19 21:02:44 +# Starting class: TestTiti +not ok 1 TestTiti.test1_withFailure +# example_with_luaunit.lua:109: expected: 2, actual: 1 +not ok 2 TestTiti.test2_withFailure +# example_with_luaunit.lua:118: expected: "bof" +# actual: "hop" +ok 3 TestTiti.test3 +# Starting class: TestToto +not ok 4 TestToto.test1_withFailure +# example_with_luaunit.lua:21: expected: 2, actual: 1 +not ok 5 TestToto.test2_withFailure +# example_with_luaunit.lua:30: expected: "bof" +# actual: "hop" +ok 6 TestToto.test3 +not ok 7 TestToto.test4 +# example_with_luaunit.lua:43: Received the not expected value: 1 +not ok 8 TestToto.test5 +# example_with_luaunit.lua:49: expected: false or nil, actual: 1 +not ok 9 TestToto.test6 +# example_with_luaunit.lua:57: expected: false, actual: nil +not ok 10 TestToto.test7 +# example_with_luaunit.lua:63: expected: {1, 2, three=3} +# actual: {1, 2} +not ok 11 TestToto.test8a +# example_with_luaunit.lua:81: Bouhouhoum error! +not ok 12 TestToto.test8b +# example_with_luaunit.lua:81: Bouhouhoum error! +ok 13 # SKIP Test is skipped because ... +not ok 14 test1_withAssertionError +# example_with_luaunit.lua:134: assertion failed! +not ok 15 test2_withAssertionError +# example_with_luaunit.lua:140: assertion failed! +ok 16 test3 +# Ran 15 tests in 0.000 seconds, 3 successes, 8 failures, 4 errors, 1 skipped |