Top 20 NuGet transparentmoq Packages
With inspiration taken from mocking frameworks like NSubstitute, FakeItEasy and JustMock this package adds some of the syntactic advantages of these frameworks to Moq.
TransparentMoq allows to use Moq without having to store mocks in Mock<T> variables, instead a T variable can be used. This also re...