When writing unit tests for any code that uses dependency injection, and when using a mocking framework, we need to declare and inject any dependency we have. This is repetitive and boring code to write, especially on classes with many dependencies. AutoMock solves this by creating mocks/stubs on the fly for a given class together with an instance of it.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
May 18, 2016
Get Started
$ dotnet add package AutoMockReadme
No README available.