Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • I am happy that you pointed out the distinction between how one writes their test code. Some like to write a single master unit test that covers every realistic possibility of inputs to a single function or method. Others take a more BDD approach with their unit tests. This distinction is important when determining if writing an entire suite of tests is important is necessarily bad practice or not. Great insight! Commented Apr 2, 2012 at 11:28