Cucumber alternative for .NET

前端 未结 8 539
说谎
说谎 2020-12-07 11:52

Quick one, has anyone come across a library similar to Ruby\'s cucumber (a human readable DSL for defining use case stories that can be tested against) in the .NET sphere? <

相关标签:
8条回答
  • 2020-12-07 12:51

    I have an article showing how to use Cucumber with C# at http://blog.webintellix.com/2009/10/how-to-use-cucumber-with-net-and-c.html The run times have improved dramatically with IronRuby 1.0.

    0 讨论(0)
  • 2020-12-07 12:54

    Sure. It's called Cucumber. There's an example for how to test .NET code in the Cucumber examples directory and documentation on the Cucumber Wiki for both .NET and Mono.

    0 讨论(0)
提交回复
热议问题