diff options
author | chai <chaifix@163.com> | 2021-10-20 13:36:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-20 13:36:36 +0800 |
commit | dde719dd575090b36aaa3ad85bb3cabf33f36c5a (patch) | |
tree | 3e0a8e70f716dbfee2f644f5202da7ee74b3c6b7 /Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt | |
parent | 943411c9006345b07557e76ff360c388ee8366c1 (diff) |
+luaunit test
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt')
-rw-r--r-- | Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt new file mode 100644 index 0000000..75be7c0 --- /dev/null +++ b/Resources/Libraries/luaunit/test/ref/errFailPassTapQuiet-failures.txt @@ -0,0 +1,15 @@ +1..10 +# Started on 03/22/16 21:58:32 +# Starting class: TestAnotherThing +ok 1 TestAnotherThing.test1_Success1 +ok 2 TestAnotherThing.test1_Success2 +not ok 3 TestAnotherThing.test3_Fail1 +not ok 4 TestAnotherThing.test3_Fail2 +# Starting class: TestSomething +ok 5 TestSomething.test1_Success1 +ok 6 TestSomething.test1_Success2 +not ok 7 TestSomething.test2_Fail1 +not ok 8 TestSomething.test2_Fail2 +not ok 9 testFuncFail1 +ok 10 testFuncSuccess1 +# Ran 10 tests in 0.002 seconds, 5 successes, 5 failures, 5 non-selected |