blob: db288f54e6728c6c24e94e97e39b99c9a0fa3ab6 (
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
|
# XML output to test/ref/exampleXmlDefault.xml
# Started on 04/28/19 21:02:44
# Starting class: TestTiti
# Starting test: TestTiti.test1_withFailure
# Failure: example_with_luaunit.lua:109: expected: 2, actual: 1
# Starting test: TestTiti.test2_withFailure
# Failure: example_with_luaunit.lua:118: expected: "bof"
# actual: "hop"
# Starting test: TestTiti.test3
# Starting class: TestToto
# Starting test: TestToto.test1_withFailure
# Failure: example_with_luaunit.lua:21: expected: 2, actual: 1
# Starting test: TestToto.test2_withFailure
# Failure: example_with_luaunit.lua:30: expected: "bof"
# actual: "hop"
# Starting test: TestToto.test3
# Starting test: TestToto.test4
# Failure: example_with_luaunit.lua:43: Received the not expected value: 1
# Starting test: TestToto.test5
# Failure: example_with_luaunit.lua:49: expected: false or nil, actual: 1
# Starting test: TestToto.test6
# Failure: example_with_luaunit.lua:57: expected: false, actual: nil
# Starting test: TestToto.test7
# Failure: example_with_luaunit.lua:63: expected: {1, 2, three=3}
# actual: {1, 2}
# Starting test: TestToto.test8a
# Error: example_with_luaunit.lua:81: Bouhouhoum error!
# Starting test: TestToto.test8b
# Error: example_with_luaunit.lua:81: Bouhouhoum error!
# Starting test: TestToto.test_skipped
# Starting test: test1_withAssertionError
# Error: example_with_luaunit.lua:134: assertion failed!
# Starting test: test2_withAssertionError
# Error: example_with_luaunit.lua:140: assertion failed!
# Starting test: test3
# Ran 15 tests in 0.009 seconds, 3 successes, 8 failures, 4 errors, 1 skipped
|