How to mock DbSet using xUnit and NSubstitute?...
Read MoreMock a call to a Repository that uses Ardalis Specification...
Read MoreNSubstitute Unit test mocking async method not working first time...
Read MoreMocking a DbConnection with NUnit/NSubstitute/AutoFixture and InsightDatabase...
Read MoreNinject: auto mocking using NSubstitute?...
Read MoreMocking Blobclient.DownloadToAsync(stream) using NSubstitute...
Read MoreHow to mock indexer return value with Any string key in NSubstitute?...
Read MoreNSubstitute - Check arguments passed to method...
Read MoreNsubstitute line I don't understand and even if removed still works fine...
Read MoreMocked dependency with an async method never returns control to caller...
Read MoreImporting NSubstitute into Unity project...
Read MoreCollection.Count shows zero even though Collection.GetEnumerator.Current contains a reference after ...
Read MoreHow do I mock in injected LocalStorageService is a bUnit test?...
Read MoreNSubstitute mocking Mongo IFindFluent does not work...
Read MoreNSubstitute test works by itself, but throws Unexpected Matcher Argument in a suite...
Read MoreNSubstitute.Received(1) Catching Multiple Recieved Calls...
Read MoreOverriding protected abstract method in NSubstitute...
Read MoreNSubstitute multiple return sequence...
Read MoreHow to mock IConfiguration.GetValue...
Read MoreNSubstitute Mock static class and static method...
Read MoreNSubstitute checking complex arguments inside a Received() check...
Read MoreUnit Testing: Mocking returning null...
Read MoreNSubstitute - Match parameter then do action and return specific value...
Read MoreCapture multiple arguments with NSubstitute...
Read MoreHow to test if function does not throw exception?...
Read MoreInternal properties are not handled by NSubstitute...
Read MoreReceiving a casting error message during execution...
Read MoreDefault mock for specific type in NSubstitute...
Read More