Tip
July 24, 2019 at 10:34 AM
praveennaik095

For writing a unit testing for Repository layer, Which is the best approach

by praveennaik095 . Updated 7 years, 1 month ago

For writing a unit testing for Repository layer, Which is the best approach?
Like using Mockito(Mocking everything ) or Using in memory database to hit the database get result from it

This discussion is locked

All Comments