Using Cucumber to Test CLR Assembly
This screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework. [youtube joXpB-_PvIw]
This screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework. [youtube joXpB-_PvIw]
“Testing is design”; “Unit tests are documentation”; “Tests are specifications”. These are sought-after rewards of developer testing practices, but simply writing tests or even writing tests before writing production code doesn’t make these wishes come true. When we take up unit testing, we initially tend to do things a certain …
NGourd, a BDD framework for C#, is presented by Michael Minutillo (@wolfbyte) at the Australian Virtual Alt.Net meeting, May 11 2009. NGourd is designed heavily influenced by the Cucumber tool from the ruby world. The intention is to create a clean separation between the intent of a specification versus it’s …