SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.23k stars 752 forks source link

simplify ServiceComponentList #2566

Closed bollhals closed 2 years ago

bollhals commented 2 years ago

This change simplifies the ServiceComponentList by changing the way the default is handled.

Instead of using a ValueHolder and concating it at the end of the list, it's now added at the end of the list and kept track of it.

Side changes included:

Types of changes

Checklist: