Search code examples
NSubstitute Received() throws NullReferenceException on Grpc mocked call...

c#unit-testinggrpcnsubstitute

Read More
mock function to return different values each time...

c#mockingnsubstitute

Read More
Check calls Received() for async method...

c#asynchronousasync-awaitnsubstitute

Read More
How to unit test structured logging calls using NSubstitute?...

c#.netunit-testingnsubstitute

Read More
Assert on received ILogger calls using NSubstitute doesn't match...

c#unit-testingnsubstituteilogger

Read More
How to return one of the parameters of a NSubstitute mocked method that is async. System.InvalidCast...

.netxunitnsubstitute

Read More
NSubstitute - mock throwing an exception in method returning Task...

c#.netasynchronoustasknsubstitute

Read More
Unit test result getting null due to FirstOrDefault predicate...

c#unit-testingnsubstituteautofixture

Read More
Due to AutoFixture and NSubstitude object reference not set to an instance of an object error from u...

c#.net-corensubstituteautofixture

Read More
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
NSubstitute analyzer giving a warning incorrectly?...

c#roslyn-code-analysisnsubstitute

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
BackNext