File: phpunit-log-issue198920.xml

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 (29 lines) | stat: -rw-r--r-- 1,952 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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="" tests="6" assertions="8" failures="2" errors="0" time="0.031338">
    <testsuite name="CalculatorTest" file="/home/gapon/NetBeansProjects/Calc/Tests/CalculatorTest.php" tests="6" assertions="8" failures="2" errors="0" time="0.031338">
      <testcase name="testAdd" class="CalculatorTest" file="/home/gapon/NetBeansProjects/Calc/Tests/CalculatorTest.php" line="22" assertions="3" time="0.010364"/>
      <testcase name="testAddFailure" class="CalculatorTest" file="/home/gapon/NetBeansProjects/Calc/Tests/CalculatorTest.php" line="28" assertions="1" time="0.013619">
        <failure type="PHPUnit_Framework_ExpectationFailedException">CalculatorTest::testAddFailure
Failed asserting that &lt;integer:5&gt; matches expected &lt;integer:4&gt;.

/home/gapon/NetBeansProjects/Calc/Tests/CalculatorTest.php:29
</failure>
      </testcase>
      <testsuite name="CalculatorTest::testAdd_withProvider" tests="3" assertions="3" failures="0" errors="0" time="0.005028">
        <testcase name="testAdd_withProvider with data set #0" assertions="1" time="0.001509"/>
        <testcase name="testAdd_withProvider with data set #1" assertions="1" time="0.001727"/>
        <testcase name="testAdd_withProvider with data set #2" assertions="1" time="0.001792"/>
      </testsuite>
      <testsuite name="CalculatorTest::testAddFailure_withProvider" tests="1" assertions="1" failures="1" errors="0" time="0.002327">
        <testcase name="testAddFailure_withProvider with data set #0" assertions="1" time="0.002327">
          <failure type="PHPUnit_Framework_ExpectationFailedException">CalculatorTest::testAddFailure_withProvider with data set #0 (1, 4)
Failed asserting that &lt;integer:5&gt; matches expected &lt;integer:4&gt;.

/home/gapon/NetBeansProjects/Calc/Tests/CalculatorTest.php:58
</failure>
        </testcase>
      </testsuite>
    </testsuite>
  </testsuite>
</testsuites>