A cheat sheet to migrate from Moq to NSubstitute
A quick reference guide for developers transitioning from the Moq mocking library to NSubstitute, covering syntax comparisons.
A quick reference guide for developers transitioning from the Moq mocking library to NSubstitute, covering syntax comparisons.
A guide to setting up integration tests in ASP.NET Core using Moq for mocking external dependencies like databases.
A practical guide to implementing Test Driven Development (TDD) by building a message service with .NET, XUnit, and Moq.
A screencast introducing unit testing with mock objects, TDD, and the Moq framework for creating maintainable tests.