ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

Adding support for cucumber expressions such as {word} #122

Closed JornWildt closed 3 years ago

JornWildt commented 3 years ago

This PR adds support for cucumber expressions as described in https://github.com/cucumber/cucumber-expressions#readme

JornWildt commented 3 years ago

Fixed wrong method call.