BDD for C# NUnit

后端 未结 5 1741
甜味超标
甜味超标 2020-12-31 12:09

I\'ve been using a home brewed BDD Spec extension for writing BDD style tests in NUnit, and I wanted to see what everyone thought. Does it add value? Does is suck? If so why

5条回答
  •  Happy的楠姐
    2020-12-31 12:38

    You might also have a look at the small library: https://www.nuget.org/packages/Heleonix.Testing.NUnit/ You can describe tests in Given/When/Then or Arrange/Act/Assert styles.

提交回复
热议问题