Demonstrating how to limit the visibility of SpecFlow step definitions when reused in other projects.
The step definition methods that are declared as internal can only be used in the feature files of the same assembly.
An alternative approach is to use a custom attribute (e.g. [PrivateSteps]) as shown in branch using_attribute.
License: Apache (https://github.com/gasparnagy/Sample_SpecFlow.PrivateSteps/blob/master/LICENSE)
If you like this plugin and would like to support developing this or similar plugins, please consider donating the project. (For receiving an invoice for your donation, please contact me upfront.)
