1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<testsuite name =" Cucumber" time =" 0.049" tests =" 6" skipped =" 0" failures =" 4" errors =" 0" >
3
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are passing - Example #1.1" time =" 0.007" >
3
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are passing - #1.1" time =" 0.007" >
4
4
<system-out ><![CDATA[
5
5
Given there are 12 cucumbers................................................passed
6
6
When I eat 5 cucumbers......................................................passed
7
7
Then I should have 7 cucumbers..............................................passed
8
8
]]> </system-out >
9
9
</testcase >
10
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are passing - Example #1.2" time =" 0.007" >
10
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are passing - #1.2" time =" 0.007" >
11
11
<system-out ><![CDATA[
12
12
Given there are 20 cucumbers................................................passed
13
13
When I eat 5 cucumbers......................................................passed
14
14
Then I should have 15 cucumbers.............................................passed
15
15
]]> </system-out >
16
16
</testcase >
17
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are failing - Example #2.1" time =" 0.007" >
17
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are failing - #2.1" time =" 0.007" >
18
18
<failure type =" AssertionError" message =" Expected values to be strictly equal:
19
19
20
20
-8 !== 0
@@ -32,7 +32,7 @@ When I eat 20 cucumbers.....................................................pass
32
32
Then I should have 0 cucumbers..............................................failed
33
33
]]> </system-out >
34
34
</testcase >
35
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are failing - Example #2.2" time =" 0.007" >
35
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are failing - #2.2" time =" 0.007" >
36
36
<failure type =" AssertionError" message =" Expected values to be strictly equal:
37
37
38
38
-1 !== 0
@@ -50,15 +50,15 @@ When I eat 1 cucumbers......................................................pass
50
50
Then I should have 0 cucumbers..............................................failed
51
51
]]> </system-out >
52
52
</testcase >
53
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are undefined because the value is not an {int} - Example #3.1" time =" 0.007" >
53
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are undefined because the value is not an {int} - #3.1" time =" 0.007" >
54
54
<failure />
55
55
<system-out ><![CDATA[
56
56
Given there are 12 cucumbers................................................passed
57
57
When I eat banana cucumbers.................................................undefined
58
58
Then I should have 12 cucumbers.............................................skipped
59
59
]]> </system-out >
60
60
</testcase >
61
- <testcase classname =" Examples Tables" name =" Eating cucumbers - These are undefined because the value is not an {int} - Example #3.2" time =" 0.007" >
61
+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are undefined because the value is not an {int} - #3.2" time =" 0.007" >
62
62
<failure />
63
63
<system-out ><![CDATA[
64
64
Given there are 0 cucumbers.................................................passed
0 commit comments