-
Notifications
You must be signed in to change notification settings - Fork 2
/
testJUnit.txt
82 lines (43 loc) · 6.45 KB
/
testJUnit.txt
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
##teamcity[testCount count='14' flowId='159753']
##teamcity[testSuiteStarted name='JBZoo\PHPUnit\ExampleTest' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest' flowId='159753']
##teamcity[testStarted name='testValid' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testValid' flowId='159753']
##teamcity[testFinished name='testValid' duration='7' flowId='159753']
##teamcity[testStarted name='testInValid' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testInValid' flowId='159753']
##teamcity[testFailed name='testInValid' message='Failed asserting that false is true.' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/vendor/jbzoo/phpunit/src/functions/aliases.php:107|n /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:40|n ' duration='1' flowId='159753']
##teamcity[testFinished name='testInValid' duration='1' flowId='159753']
##teamcity[testStarted name='testSkipped' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testSkipped' flowId='159753']
##teamcity[testIgnored name='testSkipped' duration='0' flowId='159753']
##teamcity[testFinished name='testSkipped' duration='0' flowId='159753']
##teamcity[testStarted name='testIncomplete' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testIncomplete' flowId='159753']
##teamcity[testIgnored name='testIncomplete' duration='1' flowId='159753']
##teamcity[testFinished name='testIncomplete' duration='1' flowId='159753']
##teamcity[testStarted name='testFail' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testFail' flowId='159753']
##teamcity[testFailed name='testFail' message='Some reason to fail' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/vendor/jbzoo/phpunit/src/functions/aliases.php:51|n /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:55|n ' duration='0' flowId='159753']
##teamcity[testFinished name='testFail' duration='0' flowId='159753']
##teamcity[testStarted name='testEcho' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testEcho' flowId='159753']
Some echo output
##teamcity[testFinished name='testEcho' duration='0' flowId='159753']
##teamcity[testStarted name='testStdOutput' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testStdOutput' flowId='159753']
##teamcity[testFinished name='testStdOutput' duration='1' flowId='159753']
##teamcity[testStarted name='testErrOutput' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testErrOutput' flowId='159753']
##teamcity[testFinished name='testErrOutput' duration='0' flowId='159753']
##teamcity[testStarted name='testNoAssert' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testNoAssert' flowId='159753']
##teamcity[testFailed name='testNoAssert' duration='0' flowId='159753']
##teamcity[testFinished name='testNoAssert' duration='0' flowId='159753']
##teamcity[testStarted name='testNotice' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testNotice' flowId='159753']
##teamcity[testFailed name='testNotice' message='Undefined variable: aaa' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:82|n ' duration='0' flowId='159753']
##teamcity[testFinished name='testNotice' duration='0' flowId='159753']
##teamcity[testStarted name='testWarning' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testWarning' flowId='159753']
##teamcity[testFailed name='testWarning' message='Some warning' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:87|n ' duration='0' flowId='159753']
##teamcity[testFinished name='testWarning' duration='0' flowId='159753']
##teamcity[testStarted name='testException' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testException' flowId='159753']
##teamcity[testFailed name='testException' message='JBZoo\PHPUnit\Exception: Exception message' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:93|n ' duration='1' flowId='159753']
Some echo output
##teamcity[testFinished name='testException' duration='1' flowId='159753']
##teamcity[testStarted name='testCompareArrays' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testCompareArrays' flowId='159753']
##teamcity[testFailed name='testCompareArrays' message='Failed asserting that two arrays are identical.' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/vendor/jbzoo/phpunit/src/functions/aliases.php:197|n /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:98|n ' duration='1' type='comparisonFailure' actual='Array &0 (|n 0 => 1|n)' expected='Array &0 ()' flowId='159753']
##teamcity[testFinished name='testCompareArrays' duration='1' flowId='159753']
##teamcity[testStarted name='testCompareString' locationHint='php_qn:///Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php::\JBZoo\PHPUnit\ExampleTest::testCompareString' flowId='159753']
##teamcity[testFailed name='testCompareString' message='Failed asserting that two strings are identical.' details=' /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/vendor/jbzoo/phpunit/src/functions/aliases.php:197|n /Users/smetdenis/Work/projects/jbzoo-ci-report-converter/tests/ExampleTest.php:103|n ' duration='10500' type='comparisonFailure' actual='|'123|'' expected='|'132|'' flowId='159753']
##teamcity[testFinished name='testCompareString' duration='10500' flowId='159753']
##teamcity[testSuiteFinished name='JBZoo\PHPUnit\ExampleTest' flowId='159753']