Search code examples
How to mock DbSet using xUnit and NSubstitute?...


c#xunitnsubstitute

Read More
Mock a call to a Repository that uses Ardalis Specification...


.netnsubstituteardalis-specification

Read More
NSubstitute ILogger .NET Core...


c#.netunit-testing.net-corensubstitute

Read More
NSubstitute Unit test mocking async method not working first time...


c#nsubstitute

Read More
Mocking a DbConnection with NUnit/NSubstitute/AutoFixture and InsightDatabase...


c#nunitautofixturensubstitute

Read More
Ninject: auto mocking using NSubstitute?...


c#mockingninjectnsubstituteautomocking

Read More
Mocking Blobclient.DownloadToAsync(stream) using NSubstitute...


c#azure-storagensubstituteazure-sdk-.net

Read More
How to mock indexer return value with Any string key in NSubstitute?...


c#unit-testingnsubstitute

Read More
Moq to NSubstitute AddScoped...


c#unit-testingmoqnsubstitute

Read More
NSubstitute - Check arguments passed to method...


c#mockingnsubstitute

Read More
Nsubstitute line I don't understand and even if removed still works fine...


c#nsubstitute

Read More
Mocked dependency with an async method never returns control to caller...


c#asynchronousnsubstitute

Read More
Importing NSubstitute into Unity project...


c#unit-testingunity-game-enginensubstitute

Read More
Collection.Count shows zero even though Collection.GetEnumerator.Current contains a reference after ...


collectionsmockingxunitenumerationnsubstitute

Read More
How do I mock in injected LocalStorageService is a bUnit test?...


unit-testingmockingblazornsubstitutebunit

Read More
NSubstitute mocking Mongo IFindFluent does not work...


c#mongodbunit-testingnsubstitute

Read More
NSubstitute test works by itself, but throws Unexpected Matcher Argument in a suite...


c#nsubstitute

Read More
NSubstitute.Received(1) Catching Multiple Recieved Calls...


c#unit-testingnsubstitute

Read More
Overriding protected abstract method in NSubstitute...


c#unit-testingmockingnsubstitutespy

Read More
NSubstitute multiple return sequence...


c#nsubstitute

Read More
How to mock IConfiguration.GetValue...


c#.net-coremockingnsubstitute

Read More
NSubstitute Mock static class and static method...


c#visual-studio-2017mockingnsubstitute

Read More
NSubstitute checking complex arguments inside a Received() check...


c#unit-testingxunitnsubstitute

Read More
Unit Testing: Mocking returning null...


c#unit-testingmoqnsubstitute

Read More
NSubstitute - Match parameter then do action and return specific value...


c#unit-testingnsubstitute

Read More
Capture multiple arguments with NSubstitute...


c#unit-testingtestingmockingnsubstitute

Read More
How to test if function does not throw exception?...


c#unit-testingexceptionnunitnsubstitute

Read More
Internal properties are not handled by NSubstitute...


c#internalnsubstitute

Read More
Receiving a casting error message during execution...


c#nsubstitute

Read More
Default mock for specific type in NSubstitute...


c#nsubstitute

Read More
BackNext