Started on 01/27/16 21:35:20 TestTiti.test1_withFailure ... FAIL example_with_luaunit.lua:104: expected: 2, actual: 1 TestTiti.test2_withFailure ... FAIL example_with_luaunit.lua:113: expected: "bof" actual: "hop" TestTiti.test3 ... Ok TestToto.test1_withFailure ... FAIL example_with_luaunit.lua:21: expected: 2, actual: 1 TestToto.test2_withFailure ... FAIL example_with_luaunit.lua:30: expected: "bof" actual: "hop" TestToto.test3 ... Ok TestToto.test4 ... FAIL example_with_luaunit.lua:43: Received the not expected value: 1 TestToto.test5 ... FAIL example_with_luaunit.lua:49: expected: false or nil, actual: 1 TestToto.test6 ... FAIL example_with_luaunit.lua:57: expected: false, actual: nil TestToto.test7 ... FAIL example_with_luaunit.lua:63: expected: {1, 2, three=3} actual: {1, 2} TestToto.test8a ... ERROR example_with_luaunit.lua:81: Bouhouhoum error! TestToto.test8b ... ERROR example_with_luaunit.lua:81: Bouhouhoum error! test1_withFailure ... ERROR example_with_luaunit.lua:129: assertion failed! test2_withFailure ... ERROR example_with_luaunit.lua:135: assertion failed! test3 ... Ok ========================================================= Failed tests: ------------- 1) TestTiti.test1_withFailure example_with_luaunit.lua:104: expected: 2, actual: 1 stack traceback: example_with_luaunit.lua:104: in function 'TestTiti.test1_withFailure' 2) TestTiti.test2_withFailure example_with_luaunit.lua:113: expected: "bof" actual: "hop" stack traceback: example_with_luaunit.lua:113: in function 'TestTiti.test2_withFailure' 3) TestToto.test1_withFailure example_with_luaunit.lua:21: expected: 2, actual: 1 stack traceback: example_with_luaunit.lua:21: in function 'TestToto.test1_withFailure' 4) TestToto.test2_withFailure example_with_luaunit.lua:30: expected: "bof" actual: "hop" stack traceback: example_with_luaunit.lua:30: in function 'TestToto.test2_withFailure' 5) TestToto.test4 example_with_luaunit.lua:43: Received the not expected value: 1 stack traceback: example_with_luaunit.lua:43: in function 'TestToto.test4' 6) TestToto.test5 example_with_luaunit.lua:49: expected: false or nil, actual: 1 stack traceback: example_with_luaunit.lua:49: in function 'TestToto.test5' 7) TestToto.test6 example_with_luaunit.lua:57: expected: false, actual: nil stack traceback: example_with_luaunit.lua:57: in function 'TestToto.test6' 8) TestToto.test7 example_with_luaunit.lua:63: expected: {1, 2, three=3} actual: {1, 2} stack traceback: example_with_luaunit.lua:63: in function 'TestToto.test7' 9) TestToto.test8a example_with_luaunit.lua:81: Bouhouhoum error! stack traceback: example_with_luaunit.lua:81: in function 'funcWithError' example_with_luaunit.lua:68: in function 'TestToto.test8a' 10) TestToto.test8b example_with_luaunit.lua:81: Bouhouhoum error! stack traceback: example_with_luaunit.lua:81: in function 'funcWithError' example_with_luaunit.lua:77: in function 'funcWithFuncWithError' example_with_luaunit.lua:73: in function 'TestToto.test8b' 11) test1_withFailure example_with_luaunit.lua:129: assertion failed! stack traceback: example_with_luaunit.lua:129: in function 'test1_withFailure' 12) test2_withFailure example_with_luaunit.lua:135: assertion failed! stack traceback: example_with_luaunit.lua:135: in function 'test2_withFailure' Ran 15 tests in 0.004 seconds, 3 successes, 8 failures, 4 errors