Search code examples
NSubstitute DbSet / IQueryable<T>...


c#entity-frameworkdbcontextnsubstitutedbset

Read More
NSubstitute .Returns() and Arg,Any<int> How to use the passed parametrers for Subsituted inter...


c#.netnsubstitute

Read More
NSubstitute intercepting "setter" only property invocation...


mockingnsubstitute

Read More
Trying to Create a Return on Chained Methods with NSubstitute and Getting Null...


c#unit-testingnsubstitute

Read More
DotNet MAUI 7 Unit Testing of IDispatcherTimer is Failing to Compile...


unit-testingmauixunitnsubstitute

Read More
Nsubstitute set return value with Generic Repository...


unit-testinggenericsnsubstitute

Read More
Is it Possible to Mock a Method of a Partial Class In Another Instance of the Partial Class?...


c#unit-testing.net-coremoqnsubstitute

Read More
NSubstitute: Setup a mocked method to fail on the first call, and succeed on the second...


c#unit-testingnunitnsubstitute

Read More
NSubstitute - TestFixture 1 causes AmbiguousArgumentsException in TestFixture 2...


c#nunitnsubstitute

Read More
NSubstitute cannot determine argument specifications to use...


c#mockingnsubstitute

Read More
NSubstitute - Make member return result of a lambda invocation...


c#mockingnsubstitute

Read More
error NS1000: Member InvokeMethodAsync can not be intercepted...


asp.netunit-testingtestingxunitnsubstitute

Read More
How to create a test double for model that has internal constructor? using c#, xunit and nsubstitute...


c#unit-testingnsubstitute

Read More
How Add test cookie to Request in C# unit test...


c#asp.net-mvcunit-testingcookiesnsubstitute

Read More
It looks like nSubsitute is just testing itself rather than my code...


nsubstitute

Read More
Use multiple return values in Substitute from '@fluffy-spoon/substitute'...


unit-testingjestjsnestjsnsubstitute

Read More
ABP - LocalIocManager not found for unit test...


unit-testingdependency-injectionabp-frameworknsubstitute

Read More
NSubstitute returning unexpected values when called multiple times in a loop...


c#loopsnsubstitute

Read More
Why is .NetCore HttpClient disposed in second retry in my Unit Test?...


c#.netxunitnsubstitute

Read More
NullReferenceException when passing Arg.Any<int>() as argument using NSubstitute...


c#nunitnsubstitute

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