Search code examples
How to mock DbSet using xUnit and NSubstitute?...


c#xunitnsubstitute

Read More
Prevent call to base class constructor using NSubstitute...


c#unit-testingxunit.netnsubstitute

Read More
Mocking a concrete class with a virtual method...


c#nunitnsubstituteautofixture

Read More
How do I test synchronous code called before an async Task method?...


c#unit-testingasynchronousxunit.netnsubstitute

Read More
How can I mock a property setter in NSubstitute...


.netvb.netunit-testingmockingnsubstitute

Read More
Why does registering another return value on an NSubstitute mock with a different value for an argum...


c#nsubstitute

Read More
How to verify AddSingleton with special type is received using NSubstitute framework...


c#unit-testingdependency-injectionxunit.netnsubstitute

Read More
How to substitute a function call from object that is intantiated in function under test...


c#.netmoqxunitnsubstitute

Read More
NSubstitute cannot determine argument specifications to use when "Run All Tests" of projec...


mockingnsubstitute

Read More
Importing NSubstitute into Unity project...


c#unit-testingunity-game-enginensubstitute

Read More
How to mock MassTransit Header values in unit test using NSubstitute...


c#unit-testingrabbitmqmasstransitnsubstitute

Read More
How do I get NSubstitute mocks to fail when the arguments don't match the given pattern?...


c#unit-testingmockingnunitnsubstitute

Read More
What is the NSubstitute equivalent of the Moq VerifyNoOtherCalls() method...


c#moqnsubstitute

Read More
NSubstitute set up arg with parameter constructor...


c#unit-testing.net-corexunitnsubstitute

Read More
NSubstitute: Match on any Dictionary with explicit args?...


c#unit-testingdictionarytestingnsubstitute

Read More
How to write unit tests around private methods...


c#.netunit-testingnunitnsubstitute

Read More
How do I mock Outlook.MailItem with multiple Attachments using NSubstitute?...


c#unit-testingoutlooknsubstitute

Read More
Can I set-up a mock to return regardless of generic type?...


c#.net-corexunitnsubstitute

Read More
nsubstitute mocking a call to a method for any XMLNode value...


.netmockingnsubstitute

Read More
How to verify that a substitute received no calls at all?...


nsubstitute

Read More
How do I mock the ApplicationUserManager for unit testing using nsubstitute and nunit...


asp.net-mvc-5nunitnsubstitute

Read More
Why can most of the mock frameworks in .NET (Core) not mock static and private methods?...


c#mockingmoqnsubstitutefakeiteasy

Read More
NSubstitute DateTime.Now() How can I get the DateTime.Now() to return an ever increasing date and ti...


c#unit-testingdatetimensubstitute

Read More
Mocked method returns null when using anonymous types...


c#unit-testingnunitnsubstitute

Read More
How to mock Server Variables using NSubstitute...


c#.net-corenunitnsubstitute

Read More
"Cannot resolve parameter" error in ABP Framework Test...


c#dependency-injectionnsubstituteabp-framework

Read More
NSubstitute: Checking DidNotReceive async method...


.net-corensubstitute

Read More
How can I mock the Parent accessor of a faked TreeNode in a unit test?...


c#unit-testingxunitkenticonsubstitute

Read More
How can I test for calls ignoring params arguments in NSubstitute?...


c#testingmockingnsubstitute

Read More
How to mock with NSubstitute in IntegrationTest...


c#xunitnsubstitute

Read More
BackNext