Davide Bellonecode4it.hashnode.devยทAug 3, 2022Moq vs NSubstitute: syntax cheat sheetWhen writing Unit Tests, you usually want to mock dependencies. In this way, you can define the behavior of those dependencies, and have full control of the system under test. For .NET applications, two of the most used mocking libraries are Moq and ...124 readsC#Add a thoughtful commentNo comments yetBe the first to start the conversation.