Why can most of the mock frameworks in .NET (Core) not mock static and private methods?...
Read MoreNSubstitute DateTime.Now() How can I get the DateTime.Now() to return an ever increasing date and ti...
Read MoreMocked method returns null when using anonymous types...
Read MoreHow to mock Server Variables using NSubstitute...
Read More"Cannot resolve parameter" error in ABP Framework Test...
Read MoreNSubstitute: Checking DidNotReceive async method...
Read MoreHow can I mock the Parent accessor of a faked TreeNode in a unit test?...
Read MoreHow can I test for calls ignoring params arguments in NSubstitute?...
Read MoreHow to mock with NSubstitute in IntegrationTest...
Read MoreMocking external responses with NSubstitute...
Read MoreNSubstitute and AsQuerable not returning results...
Read MoreReturns delegate function NSubstitute...
Read MoreHow do you mock a dependency using nSubstitute in abp framework,...
Read MoreNSubstitute returning empty string...
Read MoreMocking user IP address in MVC unit test with NSubstitute...
Read MoreNSubstitute - mock out parameter behaviour for any parameter...
Read Moreerror CS0433: The type ThreadLocal<T> exists in both NSubstitute and mscorlib...
Read MoreNSubstitute throws ArgumentSetWithIncompatibleValueException when out parameters gives back differen...
Read MoreMethod mocked with NSabstitute returns '0' instead of HttpStatusCode.OK...
Read MoreHow do I unit test a repository that uses DbContext with NSubstitute?...
Read MoreMocking DbContext with NSubstitute and Repository is empty or NotImplementedException...
Read MoreMock a method twice with NSubstitute to first throw error and later return value for the same called...
Read MoreHow to provide mock values in a FeedResponse for CosmosSDK v3+?...
Read MoreIs it recommended to mock concrete class?...
Read MoreUnit test (NUnit, Nsubstitute) ASP Core Service with MongoDB...
Read MoreEquivalent syntax of Moq's Mock.Get in Nsubstitute...
Read MoreHow to mock read only property of interface in interface is already mocked...
Read MorexUnit - mocked method for the async List returns null...
Read More