Skip to content

Instantly share code, notes, and snippets.

@vkoppaka
Created January 18, 2013 14:26
Show Gist options
  • Save vkoppaka/4564870 to your computer and use it in GitHub Desktop.
Save vkoppaka/4564870 to your computer and use it in GitHub Desktop.
Another naming convention that I have been using off late is the "Should" convention. Steve Smith wrote a post about it at http://ardalis.com/unit-test-naming-convention. Following this convention makes it easier to read unit tests which they are running in a batch.
JustCode has an integrated unit test runner (http://www.telerik.com/products/justcode/unit-test-runner.aspx) which works like charm. If you dont want to deal with installing yet another software on your machine, this is perfect way to go about it. You can add NUnit via nuget package (http://nuget.org/packages/NUnit) and run tests via JustCode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment