I've used [testing without mocks](https://www.jamesshore.com/v2/projects/nullables/testing-without-mocks) quite extensively...

Home / 2024 / 11 / 02

I've used testing without mocks quite extensively now. I've also used it in a work project for more than a year. My experience is that it's the best testing strategy that I've ever used. I've never felt more confident that my code works. I refactor code without fear of it breaking. It's so good.