Hi folks, May I ask, have I got this right.... TDD is based on writing tests before you write your code. The test initially fails and then the code is written...
I only really have experience of Rhino.Mocks. One of the problems of mocking is we have so many names for similar things.Since the advent of Rhino.Mocks 3.5...
I don't use any mocks anymore, instead I use stubs. In the tests that are concerned with the interaction between the dependency and method/system under test I...
I gave Pex a shot a while back and it did some v. odd things, seemed inclined to change the SUT with Pex specific magic when I told it to resolve errors....
... I'd recommend XUnit Test Patterns and Jimmy Bogard also has some blog entries on it. If you want to hear the pro-mocking view I'd see mockobjects.com or ...
Thank you Colin for the book recommendation, it has been sitting in my amazon basket for a while now. Got a few others to read first. ... to ... and...
... Amen to that.The analogy of the stunt double is one of the things that finally enabled me to write better tests.I always write my own test doubles. Is it...
Definitely agree, great analogy. ... that finally enabled me to write better tests.I always write my own test doubles. Is it possible to create through a...