gcmorrison
Results
1
comments of
gcmorrison
A good solution is to use dependency injection to use a test implementation of your storage layer when running your tests. You can then use Mockito to mock out your...