11<?xml version =" 1.0" encoding =" UTF-8" ?>
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" >
2+ <testsuite name =" Cucumber" time =" 0.073 " tests =" 9 " skipped =" 0" failures =" 4" errors =" 0" >
3+ <testcase classname =" Examples Tables" name =" Eating cucumbers - These are passing - #1.1" time =" 0.007" >
44<system-out ><![CDATA[
55Given there are 12 cucumbers................................................passed
66When I eat 5 cucumbers......................................................passed
77Then I should have 7 cucumbers..............................................passed
88]]> </system-out >
99</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" >
1111<system-out ><![CDATA[
1212Given there are 20 cucumbers................................................passed
1313When I eat 5 cucumbers......................................................passed
1414Then I should have 15 cucumbers.............................................passed
1515]]> </system-out >
1616</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" >
1818<failure type =" AssertionError" message =" Expected values to be strictly equal:
1919
2020-8 !== 0
@@ -23,16 +23,16 @@ Then I should have 15 cucumbers.............................................pass
2323
2424-8 !== 0
2525
26- samples/examples-tables/examples-tables.feature:9
27- samples/examples-tables/examples-tables.feature:20 ]]>
26+ samples/examples-tables/examples-tables.feature:14
27+ samples/examples-tables/examples-tables.feature:25 ]]>
2828</failure >
2929<system-out ><![CDATA[
3030Given there are 12 cucumbers................................................passed
3131When I eat 20 cucumbers.....................................................passed
3232Then I should have 0 cucumbers..............................................failed
3333]]> </system-out >
3434</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" >
3636<failure type =" AssertionError" message =" Expected values to be strictly equal:
3737
3838-1 !== 0
@@ -41,29 +41,50 @@ Then I should have 0 cucumbers..............................................fail
4141
4242-1 !== 0
4343
44- samples/examples-tables/examples-tables.feature:9
45- samples/examples-tables/examples-tables.feature:21 ]]>
44+ samples/examples-tables/examples-tables.feature:14
45+ samples/examples-tables/examples-tables.feature:26 ]]>
4646</failure >
4747<system-out ><![CDATA[
4848Given there are 0 cucumbers.................................................passed
4949When I eat 1 cucumbers......................................................passed
5050Then I should have 0 cucumbers..............................................failed
5151]]> </system-out >
5252</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" >
5454<failure />
5555<system-out ><![CDATA[
5656Given there are 12 cucumbers................................................passed
5757When I eat banana cucumbers.................................................undefined
5858Then I should have 12 cucumbers.............................................skipped
5959]]> </system-out >
6060</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" >
6262<failure />
6363<system-out ><![CDATA[
6464Given there are 0 cucumbers.................................................passed
6565When I eat 1 cucumbers......................................................passed
6666Then I should have apple cucumbers..........................................undefined
6767]]> </system-out >
6868</testcase >
69+ <testcase classname =" Examples Tables" name =" Eating cucumbers with < friends> friends - #1.1: Eating cucumbers with 11 friends" time =" 0.007" >
70+ <system-out ><![CDATA[
71+ Given there are 11 friends..................................................passed
72+ When there are 12 cucumbers.................................................passed
73+ Then each person can eat 1 cucumbers........................................passed
74+ ]]> </system-out >
75+ </testcase >
76+ <testcase classname =" Examples Tables" name =" Eating cucumbers with < friends> friends - #1.2: Eating cucumbers with 1 friends" time =" 0.007" >
77+ <system-out ><![CDATA[
78+ Given there are 1 friends...................................................passed
79+ When there are 4 cucumbers..................................................passed
80+ Then each person can eat 2 cucumbers........................................passed
81+ ]]> </system-out >
82+ </testcase >
83+ <testcase classname =" Examples Tables" name =" Eating cucumbers with < friends> friends - #1.3: Eating cucumbers with 0 friends" time =" 0.007" >
84+ <system-out ><![CDATA[
85+ Given there are 0 friends...................................................passed
86+ When there are 4 cucumbers..................................................passed
87+ Then each person can eat 4 cucumbers........................................passed
88+ ]]> </system-out >
89+ </testcase >
6990</testsuite >
0 commit comments