For writing a unit testing for Repository layer, Which is the best approach - TechRepublic
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 6 years, 10 months 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