-
Notifications
You must be signed in to change notification settings - Fork 28
Documentation
marcushammarberg edited this page Sep 30, 2011
·
14 revisions
SpecFlow.Assist.Dynamic helps you to keep your steps definitions small and to the point without the need of creating any unneeded data transfer objects. Sometimes such objects can be a part of fleshing out the internals of an application, when your step definitions are not running against a UI for example. But when you hit the UI through your steps you often find yourself creating classes to transport the data.
This is not needed with the use of SpecFlow.Assist.Dynamic that creates dynamic types for you from the tables in your scenarios.