NSubstitute Received() throws NullReferenceException on Grpc mocked call...
Read Moremock function to return different values each time...
Read MoreCheck calls Received() for async method...
Read MoreHow to unit test structured logging calls using NSubstitute?...
Read MoreAssert on received ILogger calls using NSubstitute doesn't match...
Read MoreHow to return one of the parameters of a NSubstitute mocked method that is async. System.InvalidCast...
Read MoreNSubstitute - mock throwing an exception in method returning Task...
Read MoreUnit test result getting null due to FirstOrDefault predicate...
Read MoreDue to AutoFixture and NSubstitude object reference not set to an instance of an object error from u...
Read MoreNSubstitute DbSet / IQueryable<T>...
Read MoreNSubstitute .Returns() and Arg,Any<int> How to use the passed parametrers for Subsituted inter...
Read MoreNSubstitute intercepting "setter" only property invocation...
Read MoreTrying to Create a Return on Chained Methods with NSubstitute and Getting Null...
Read MoreDotNet MAUI 7 Unit Testing of IDispatcherTimer is Failing to Compile...
Read MoreNsubstitute set return value with Generic Repository...
Read MoreIs it Possible to Mock a Method of a Partial Class In Another Instance of the Partial Class?...
Read MoreNSubstitute: Setup a mocked method to fail on the first call, and succeed on the second...
Read MoreNSubstitute - TestFixture 1 causes AmbiguousArgumentsException in TestFixture 2...
Read MoreNSubstitute cannot determine argument specifications to use...
Read MoreNSubstitute - Make member return result of a lambda invocation...
Read Moreerror NS1000: Member InvokeMethodAsync can not be intercepted...
Read MoreHow to create a test double for model that has internal constructor? using c#, xunit and nsubstitute...
Read MoreHow Add test cookie to Request in C# unit test...
Read MoreIt looks like nSubsitute is just testing itself rather than my code...
Read MoreUse multiple return values in Substitute from '@fluffy-spoon/substitute'...
Read MoreABP - LocalIocManager not found for unit test...
Read MoreNSubstitute returning unexpected values when called multiple times in a loop...
Read MoreNSubstitute analyzer giving a warning incorrectly?...
Read MoreWhy is .NetCore HttpClient disposed in second retry in my Unit Test?...
Read MoreNullReferenceException when passing Arg.Any<int>() as argument using NSubstitute...
Read More