File: exampleXmlQuiet.txt

package info (click to toggle)
lua-unit 3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: xml: 852; python: 224; makefile: 153
file content (36 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download | duplicates (2)
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/exampleXmlQuiet.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.000 seconds, 3 successes, 8 failures, 4 errors, 1 skipped