Mock IteratorAggregate with Mockery to Fix foreach in Tests
Originally published at recca0120.github.io
While developing Google Firebase-related code, I needed to mock QuerySnapshot, which implements IteratorAggregate. It wasn't immediately obvious how to make foreach work with Mockery.
What is IteratorAggreg...
recca0120.hashnode.dev1 min read