Search code examples
Why can most of the mock frameworks in .NET (Core) not mock static and private methods?...

c#mockingmoqnsubstitutefakeiteasy

Read More
NSubstitute DateTime.Now() How can I get the DateTime.Now() to return an ever increasing date and ti...

c#unit-testingdatetimensubstitute

Read More
Mocked method returns null when using anonymous types...

c#unit-testingnunitnsubstitute

Read More
How to mock Server Variables using NSubstitute...

c#.net-corenunitnsubstitute

Read More
"Cannot resolve parameter" error in ABP Framework Test...

c#dependency-injectionnsubstituteabp-framework

Read More
NSubstitute: Checking DidNotReceive async method...

.net-corensubstitute

Read More
How can I mock the Parent accessor of a faked TreeNode in a unit test?...

c#unit-testingxunitkenticonsubstitute

Read More
How can I test for calls ignoring params arguments in NSubstitute?...

c#testingmockingnsubstitute

Read More
How to mock with NSubstitute in IntegrationTest...

c#xunitnsubstitute

Read More
Mocking external responses with NSubstitute...

c#nunitnsubstitute

Read More
NSubstitute and AsQuerable not returning results...

c#genericsnsubstitute

Read More
Returns delegate function NSubstitute...

c#nsubstitute

Read More
How do you mock a dependency using nSubstitute in abp framework,...

c#testingnsubstituteabp-framework

Read More
NSubstitute returning empty string...

c#asp.net-mvcnunitnsubstitute

Read More
Mocking user IP address in MVC unit test with NSubstitute...

c#asp.net-mvcnsubstitute

Read More
NSubstitute - mock out parameter behaviour for any parameter...

c#unit-testing.net-corensubstitute

Read More
error CS0433: The type ThreadLocal<T> exists in both NSubstitute and mscorlib...

unity-game-engineupgradensubstitute

Read More
NSubstitute throws ArgumentSetWithIncompatibleValueException when out parameters gives back differen...

c#nsubstitute

Read More
Method mocked with NSabstitute returns '0' instead of HttpStatusCode.OK...

c#.netunit-testingxunitnsubstitute

Read More
How do I unit test a repository that uses DbContext with NSubstitute?...

c#entity-frameworkunit-testingdbcontextnsubstitute

Read More
Mocking DbContext with NSubstitute and Repository is empty or NotImplementedException...

c#unit-testingentity-framework-corensubstituteef-core-3.0

Read More
Mock a method twice with NSubstitute to first throw error and later return value for the same called...

c#nsubstitute

Read More
How to provide mock values in a FeedResponse for CosmosSDK v3+?...

c#azure-cosmosdbnsubstitute

Read More
Is it recommended to mock concrete class?...

c#unit-testingmockingnsubstitute

Read More
Unit test (NUnit, Nsubstitute) ASP Core Service with MongoDB...

c#.net-corenunitnsubstitute

Read More
Equivalent syntax of Moq's Mock.Get in Nsubstitute...

c#unit-testing.net-coremoqnsubstitute

Read More
How to mock read only property of interface in interface is already mocked...

c#nunitnsubstitute

Read More
xUnit - mocked method for the async List returns null...

xunitnsubstitute

Read More
mock method expecting a list...

c#unit-testingmockingnsubstitute

Read More
How to raise event in MSTest?...

c#eventstddmstestnsubstitute

Read More
BackNext