-
Notifications
You must be signed in to change notification settings - Fork 3
Home
aludwiko edited this page Nov 24, 2014
·
25 revisions
When you are practicing TDD, you often need to prepare some objects for tests. When mocks or stubs are not the best choise, or simply the wrong choise, it is nice approach TO you use fluent builders or assemblers. The only disadvantage of those, is the fact, that creating them is a boring job. Let's use generator for this.