File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
java/cucumber/runtime/java8/test
resources/cucumber/runtime/java8/test Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public LambdaStepdefs() {
46
46
-> {
47
47
assertEquals ((Integer ) 1 , a );
48
48
assertEquals ((Float ) 2.2f , b );
49
- assertEquals ("threed " , c );
49
+ assertEquals ("three " , c );
50
50
assertEquals ((Integer ) 4 , d );
51
51
});
52
52
}
Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ Feature: Java8
9
9
And something that isn't defined
10
10
11
11
Scenario : Parameterless lambdas
12
- Given: A statement with a simple match
12
+ Given A statement with a simple match
13
13
14
14
Scenario : Multi-param lambdas
15
- Given: I will give you 1 and 2.2 and three and 4
16
- And: Do I need this to not match
15
+ Given I will give you 1 and 2.2 and three and 4
17
16
18
17
Scenario : use a table
19
18
Given this data table:
You can’t perform that action at this time.
0 commit comments