Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

NSubstitute - mock throwing an exception in method returning void

How Add test cookie to Request in C# unit test

Autofixture + NSubstitute: Freezing a mock?

NSubstitute ambiguous call when following documentation example (but with async method)

c# asynchronous nsubstitute

Does NSubstitute support the idea of Partial Mocks?

How do I mock DbContext using NSubstitute and then add/remove data

Mocking Task<IEnumerable<T>> with NSubstitute

Substitute read only property in partially mocked object

NSubstitute CouldNotSetReturnDueToNoLastCallException

nsubstitute

How to combine PropertyData and AutoNSubstituteData attributes in xunit/autofixture?

How to mock object's indexer with private setter in NSubstitute?

Mock result from Func with NSubstitute

c# unit-testing nsubstitute

How can I mock HttpRequestMessage, specifically the CreateResponse?

NSubstitute intercepting "setter" only property invocation

mocking nsubstitute

NSubstitute - mock out parameter behaviour for any parameter

NSubstitute cannot determine argument specifications to use

c# mocking nsubstitute

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

c# nsubstitute

NSubstitute multiple return sequence

nsubstitute

Unable to cast object of type 'Castle.Proxies.XProxy' to type 'X' in WPF Designer

How to mock IAuthorizationService in .net core 2.0