I\'m evaluating SpecFlow and I\'m a bit stuck. All samples I have found are basically with simple objects.
Project I\'m working on heavily relies on a complex ob
using TechTalk.SpecFlow.Assist;
https://github.com/techtalk/SpecFlow/wiki/SpecFlow-Assist-Helpers
[Given(@"resource is")] public void Given_Resource_Is(Table payload) { AddToScenarioContext("payload", payload.CreateInstance<Part>()); }