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
For the example you have shown I would say you're cuking it wrong. This example looks more suitable to write with nunit and probably using an object mother. Tests written with specflow or similar tool should be customer facing and use the same language as your customer would use to describe the feature.