Commit 34248c3
Fixed Issue #212
Changed ReflectiveWithExamples test to have an AndGiven step which
produced the additional redundant AndThen step. Modified
MethodNameStepScanner to return the first match it finds. Not sure why
it would return multiple steps for one method (unless it is to do with
RunStepWithArgs)? No tests failed so I'm hoping that's not the case.1 parent d9c3b2d commit 34248c3
3 files changed
Lines changed: 4 additions & 3 deletions
File tree
- src
- TestStack.BDDfy.Tests/Scanner/Examples
- TestStack.BDDfy/Scanners/StepScanners/MethodName
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments