From Fixtures to Factories
Code: , , , , , ,
Comments Off on From Fixtures to Factories

Automated tests need example data, and it’s a pain to have to construct a complete object in every test, especially when there are a lot of non-optional fields.

Continue this post