File: atoum-tap.log

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (36 lines) | stat: -rw-r--r-- 1,529 bytes parent folder | download | duplicates (4)
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
1..10
not ok 1 # TODO tests\unit\StdClass::testVoid()
# /home/gapon/NetBeansProjects/atoum-sample/tests/unit/StdClass.php
not ok 2 - tests\unit\StdClass::testFail()
# object(stdClass) is not null
# second line of the message
# /home/gapon/NetBeansProjects/atoum-sample/tests/unit/StdClass.php:19
ok 3
# tests\unit\StdClass::testPass()
ok 4 # SKIP tests\unit\StdClass::testSkipped()
# This test was skipped
# /home/gapon/NetBeansProjects/atoum-sample/tests/unit/StdClass.php:29
not ok 5 - tests\unit\StdClass::testException()
# exception 'RuntimeException' with message 'This test triggered a \RuntimeException' in /home/gapon/NetBeansProjects/atoum-sample/tests/unit/StdClass.php:41
# Stack trace:
# #0 /home/gapon/NetBeansProjects/atoum-sample/vendor/atoum/atoum/classes/test.php(838): tests\unit\StdClass->testException()
# #1 -(1): mageekguy\atoum\test->runTestMethod('testException')
# #2 {main}
# /home/gapon/NetBeansProjects/atoum-sample/vendor/atoum/atoum/classes/test.php:838
not ok 6 - tests\unit\StdClass::testError()
# This test triggered an error
# /home/gapon/NetBeansProjects/atoum-sample/tests/unit/StdClass.php:36
ok 7
# tests\unit\atoum\sample\Foobar::test__construct()
ok 8
# tests\unit\atoum\sample\Foobar::testGetFoo()
not ok 9 - tests\unit\atoum\sample\Foobar::testIncomplete()
# I died
not ok 10 - my\project\tests\units\helloWorld::testBye()
# strings are not equals
# -Reference
# +Data
# @@ -1 +1 @@
# -string(10) "Bye World!"
# +string(6) "Hello!"
# C:\\My Documents\\myproject\\test\\helloWorld.php:31