Can anybody point me to some resources for Give-When-Then style of testing with NUnit?
|
|
The Given When Then style correlates closely to the Arrange Act Assert style for unit testing. Here's an example:
The great thing about this testing style is you don't need to see the underlying code to understand the intent of the behavior. For more info here are some sites: |
||
|
|
|
|
oh, it seems that I need NBehave. |
||
|
|
|
|
If you download, and add a reference to, StoryQ, you can use a nice BDD style (see samples by clicking the link) and at the same time use NUnit as usual (and TestDriven.Net, R#'s runner, or what have you). |
||
|
|
