- mockito can test interface, we don't even need a Collection object here.
- black box, focus on behaviour.
- no real stuff is save into the mock object.
- spy on real stuff, but not modify it.
https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html