Cucumber alternative for .NET

前端 未结 8 552
说谎
说谎 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:33

    StoryTeller is somewhat related even though it is not strictly BDD. It seems to support a somewhat different kind of test but is written in .NET. Read more on Jeremy Millers blog

提交回复
热议问题