AutoFixture with AutoNSubstituteCustomization: Set object count on ReadOnly IEnumerable<t> pro...
Read MoreNSubstitute vs PRISM EventAggregator: Assert that calling a method triggers event with correct paylo...
Read MoreCheck return value in FluentAssertion exception syntax...
Read MoreHow to mock IAuthorizationService in .net core 2.0...
Read MoreRefit with TestServer and NSubstitute...
Read MoreDetect call to base class method using NSubstitute...
Read MoreHow to mock DbSet using xUnit and NSubstitute?...
Read MorePrevent call to base class constructor using NSubstitute...
Read MoreMocking a concrete class with a virtual method...
Read MoreHow do I test synchronous code called before an async Task method?...
Read MoreHow can I mock a property setter in NSubstitute...
Read MoreWhy does registering another return value on an NSubstitute mock with a different value for an argum...
Read MoreHow to verify AddSingleton with special type is received using NSubstitute framework...
Read MoreHow to substitute a function call from object that is intantiated in function under test...
Read MoreNSubstitute cannot determine argument specifications to use when "Run All Tests" of projec...
Read MoreHow to mock MassTransit Header values in unit test using NSubstitute...
Read MoreHow do I get NSubstitute mocks to fail when the arguments don't match the given pattern?...
Read MoreWhat is the NSubstitute equivalent of the Moq VerifyNoOtherCalls() method...
Read MoreNSubstitute set up arg with parameter constructor...
Read MoreNSubstitute: Match on any Dictionary with explicit args?...
Read MoreHow to write unit tests around private methods...
Read MoreHow do I mock Outlook.MailItem with multiple Attachments using NSubstitute?...
Read MoreCan I set-up a mock to return regardless of generic type?...
Read Morensubstitute mocking a call to a method for any XMLNode value...
Read MoreHow to verify that a substitute received no calls at all?...
Read MoreHow do I mock the ApplicationUserManager for unit testing using nsubstitute and nunit...
Read MoreWhy can most of the mock frameworks in .NET (Core) not mock static and private methods?...
Read MoreNSubstitute DateTime.Now() How can I get the DateTime.Now() to return an ever increasing date and ti...
Read MoreMocked method returns null when using anonymous types...
Read MoreHow to mock Server Variables using NSubstitute...
Read More