Search code examples
Cannot test ILogger<T> Received with NSubstitute...

unit-testing.net-coremstestnsubstituteilogger

Read More
How to assert that when an exception is thrown and caught within the tested method, the method retur...

nunitmoqnsubstitute

Read More
Can't Find Constructor on Generic Class Activator...

c#genericsnsubstituteautofixture

Read More
Mocking a function with optional parameter with fixed parameter using Nsubstitute in C# returns null...

c#unit-testingnunitnsubstitute

Read More
AutoFixture with AutoNSubstituteCustomization: Set object count on ReadOnly IEnumerable<t> pro...

nsubstituteautofixture

Read More
NSubstitute vs PRISM EventAggregator: Assert that calling a method triggers event with correct paylo...

c#wpfnunitprismnsubstitute

Read More
Check return value in FluentAssertion exception syntax...

c#nunitnsubstitutefluent-assertions

Read More
How to mock IAuthorizationService in .net core 2.0...

c#asp.net-core.net-corensubstitute

Read More
Refit with TestServer and NSubstitute...

c#asp.net-corensubstitute.net-5refit

Read More
Detect call to base class method using NSubstitute...

c#.netunit-testingnsubstitute

Read More
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
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
BackNext