Timeline for When is it appropriate to not unit test?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2011 at 12:59 | comment | added | Johannes Rudolph | I think you might benefit from using a Framework like SubSpec (it's BDD inspired), so that will allow you to get Assert ("SubTest") Isolation whilst sharing context setup. | |
| Apr 8, 2011 at 18:12 | history | edited | Adam Lear♦ | CC BY-SA 3.0 | Removed signature |
| Apr 8, 2011 at 17:08 | comment | added | Ken Pespisa | I think with time I'll figure out what granularity level is best. It's good to hear from others that are regularly creating tests that they approach it sensibly and not robotically write tests for every conceivable outcome. My first introduction to tests was on that kind of level where everything-must-be-tested. In fact, the whole concept of TDD seems to follow that mantra. | |
| Apr 8, 2011 at 16:53 | history | answered | Adam Carstensen | CC BY-SA 3.0 |