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*

3
  • 2
    Short answer: yes. There are very interesting questions about this topic already somewhere here. Your unit tests should not be fragile and depend heavily on your implementation. This is why higher level tests are for (integration, etc.). Here: programmers.stackexchange.com/questions/198453/… Commented Jul 4, 2013 at 6:46
  • @Kemoda I'd appreciate it if you can link me to a discussion or some further material on this, I'd very much like to improve my techniques. Commented Jul 4, 2013 at 6:48
  • 1
    you have this for instance programmers.stackexchange.com/questions/198453/… i ll find other links later Commented Jul 4, 2013 at 6:51