We are just about to finish the mythical DDD by Eric Evans, it was hard work, but I think I speak for all when I say
a) I m glad it s over
b) Its possibly the best way to read the book ( please comment and disagree with me if you feel like it)
The good news [...]
Posted in Uncategorized | Tagged book-club |
Chapter 3 is about stubs. The meat of this chapter is on the techniques used to break dependencies.
To use most of these techniques you need to extract an interface and inject a stub into the class under test. The options presented in the book are:
- Receive an interface at the constructor level
- Receive an interface [...]
Posted in Uncategorized | Also tagged AoUT |
We met last night for the first Book Club, I think It went pretty well. I know I really enjoyed it.
We are reading The Art of Unit Testing ( by Roy Osherove) this is the review for chapter one.
We talked about the importance of testing , the importance of differentiating between Integration Tests and Unit [...]
Posted in Uncategorized | Tagged book-club |