.Net
Still typing those lines to mock dependencies? I wrote an open source package using Roslyn, that automates this task. AutoSetup generates the mocks for a class under test (currently for XUnit and Moq).
I wrote a small library that can generate mocks automatically for a class under test. It takes away the unnecessary typing of lines and also improves consistency on how the test classes look like. You Read more…