reqnroll / Reqnroll

Open-source Cucumber-style BDD test automation framework for .NET.
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
310 stars 32 forks source link

Fix 81 - modified CucumberExpressionParameterTypeRegistry to handle m… #104

Closed clrudolphi closed 2 months ago

clrudolphi commented 3 months ago

…ultiple custom types used as cucumber expressions when those types share the same short name.

Modified CucumberExpressionParameterTypeRegistry to identify when multiple cucumber expressions, using custom object types as expression parameters, share the same short name.

Types of changes

Checklist:

gasparnagy commented 2 months ago

@clrudolphi is this ready for review or you plan to work on it still?

clrudolphi commented 2 months ago

@gasparnagy This is ready for your review.