Vagif Abilov's blog on .NET

Browse by Tags

All Tags » BDD (RSS)
LINQ-based instance and set comparison in SpecFlow
A few weeks ago I blogged about a proposed feature : enhance SpecFlow Assist comparison helpers with support for different comparison modes. The enchancment was based on introduction of an enumerator that would specify how a table should be compared with...
Enhancing SpecFlow set comparison methods
SpecFlow has an excellent set of Table extension methods contributed by Darren Cauthon (he also made a video available on TekPub ). Methods such as CreateInstance, CreateSet or CompareSet enable conversion of SpecFlow tables to strong-typed item collections...