Search code examples
c#nunitbddnunit-2.5

Given -When-Then example with NUnit


Can anybody point me to some resources for Give-When-Then style of testing with NUnit?


Solution

  • If you download, and add a reference to, StoryQ, you can use a nice BDD style (see samples by clicking the link) and at the same time use NUnit as usual (and TestDriven.Net, R#'s runner, or what have you).