EasyDoubles - Test Doubles Framework
$ dotnet add package EasyDoublesEasyDoubles is a lightweight and flexible test doubles framework designed to simplify the creation of mocks, stubs, and fakes for your .NET applications, with a particular focus on repository and data access layers. It aims to reduce the boilerplate often associated with manual test double creation, enabling developers to write more robust and maintainable unit and integration tests faster.
EasyDoubles made to be used with TIKSN Framework, especially for creation of test doubles for repositories.