1..15
# Started on 03/06/15 00:07:22
# Starting class: TestTiti
not ok 1	TestTiti.test1_withFailure
    example_with_luaunit.lua:99: expected: 2, actual: 1
    stack traceback:
    	example_with_luaunit.lua:99: in function 'TestTiti.test1_withFailure'
not ok 2	TestTiti.test2_withFailure
    example_with_luaunit.lua:108: expected: "bof"
    actual: "hop"
    stack traceback:
    	example_with_luaunit.lua:108: in function 'TestTiti.test2_withFailure'
ok     3	TestTiti.test3
# Starting class: TestToto
not ok 4	TestToto.test1_withFailure
    example_with_luaunit.lua:19: expected: 2, actual: 1
    stack traceback:
    	example_with_luaunit.lua:19: in function 'TestToto.test1_withFailure'
not ok 5	TestToto.test2_withFailure
    example_with_luaunit.lua:28: expected: "bof"
    actual: "hop"
    stack traceback:
    	example_with_luaunit.lua:28: in function 'TestToto.test2_withFailure'
ok     6	TestToto.test3
not ok 7	TestToto.test4
    example_with_luaunit.lua:41: Received the not expected value: 1
    stack traceback:
    	example_with_luaunit.lua:41: in function 'TestToto.test4'
not ok 8	TestToto.test5
    example_with_luaunit.lua:47: expected: false, actual: 1
    stack traceback:
    	example_with_luaunit.lua:47: in function 'TestToto.test5'
not ok 9	TestToto.test6
    example_with_luaunit.lua:52: expected: true, actual: false
    stack traceback:
    	example_with_luaunit.lua:52: in function 'TestToto.test6'
not ok 10	TestToto.test7
    example_with_luaunit.lua:58: expected: {1, 2, three=3}
    actual: {1, 2}
    stack traceback:
    	example_with_luaunit.lua:58: in function 'TestToto.test7'
not ok 11	TestToto.test8a
    example_with_luaunit.lua:76: Bouhouhoum error!
    stack traceback:
    	example_with_luaunit.lua:76: in function 'funcWithError'
    	example_with_luaunit.lua:63: in function 'TestToto.test8a'
not ok 12	TestToto.test8b
    example_with_luaunit.lua:76: Bouhouhoum error!
    stack traceback:
    	example_with_luaunit.lua:76: in function 'funcWithError'
    	example_with_luaunit.lua:72: in function 'funcWithFuncWithError'
    	example_with_luaunit.lua:68: in function 'TestToto.test8b'
not ok 13	test1_withFailure
    example_with_luaunit.lua:124: assertion failed!
    stack traceback:
    	example_with_luaunit.lua:124: in function 'test1_withFailure'
not ok 14	test2_withFailure
    example_with_luaunit.lua:130: assertion failed!
    stack traceback:
    	example_with_luaunit.lua:130: in function 'test2_withFailure'
ok     15	test3
# Ran 15 tests in 0.013 seconds, 3 successes, 12 failures
