Over Specification in Tests by Test Blog

Sun, 13 Jul 2008 06:00:02 -0600

Over Specification in Tests

by Test Blog @ Sun, 13 Jul 2008 06:00:02 -0600
One main reason for that is that people use their stub as a mock object (stubs are fake objects that we will not assert on so that we can test something else). here is a small example from something posted on the alt.net mailing list: ...