I\'ve been using a home brewed BDD Spec extension for writing BDD style tests in NUnit, and I wanted to see what everyone thought. Does it add value? Does is suck? If so why
You might also have a look at the small library:
https://www.nuget.org/packages/Heleonix.Testing.NUnit/
You can describe tests in Given/When/Then or Arrange/Act/Assert styles.