mongodb-generic-repository
mongodb-generic-repository copied to clipboard
Help with unit test for custom use cases
I am trying to MOQ the BaseMongoRepository methods to have a unit test for my application, but I cannot MOQ the methods, is there an example available for creating MOQ of the methods, in the repository? Thank you