Cuke4Nuke 可以让你用.NET上的语言(比如C#)来编写scenario的实现部分。相比于在IronRuby下直接跑cucumber, 你可以用熟悉的语言(C#)来写测试,也省去了在IronRuby中调用C#代码引入的额外复杂性。
Cuke4Nuke is a project to allow Cucumber to support step definitions written in .NET. It uses a simple wire protocol for Cucumber to issue commands to a .NET server that knows how to read and invoke .NET step definitions.