summaryrefslogtreecommitdiff
path: root/Data/Libraries/luaunit/test/ref/exampleTextVerbose.txt
blob: 3d0c8eaa1c8dd0993c0b1fb06eecf84564a27ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Started on 04/28/19 21:02:44
    TestTiti.test1_withFailure ... FAIL
example_with_luaunit.lua:109: expected: 2, actual: 1
    TestTiti.test2_withFailure ... FAIL
example_with_luaunit.lua:118: 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!
    TestToto.test_skipped ... SKIP
Test is skipped because ...
    test1_withAssertionError ... ERROR
example_with_luaunit.lua:134: assertion failed!
    test2_withAssertionError ... ERROR
example_with_luaunit.lua:140: assertion failed!
    test3 ... Ok
=========================================================
Tests with errors:
------------------
1) 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'

2) 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'

3) test1_withAssertionError
example_with_luaunit.lua:134: assertion failed!
stack traceback:
	example_with_luaunit.lua:134: in function 'test1_withAssertionError'

4) test2_withAssertionError
example_with_luaunit.lua:140: assertion failed!
stack traceback:
	example_with_luaunit.lua:140: in function 'test2_withAssertionError'

Failed tests:
-------------
1) TestTiti.test1_withFailure
example_with_luaunit.lua:109: expected: 2, actual: 1
stack traceback:
	example_with_luaunit.lua:109: in function 'TestTiti.test1_withFailure'

2) TestTiti.test2_withFailure
example_with_luaunit.lua:118: expected: "bof"
actual: "hop"
stack traceback:
	example_with_luaunit.lua:118: 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'

Ran 15 tests in 0.000 seconds, 3 successes, 8 failures, 4 errors, 1 skipped