Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

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

How do I avoid using dynamic when mocking an Excel.worksheet?

NSubstitute - TestFixture 1 causes AmbiguousArgumentsException in TestFixture 2

c# nunit nsubstitute

NSubstitute with object as parameter in Received call

unit-testing nsubstitute

how to mock a property with private setter using NSubstitute

c# private nsubstitute

How to use NSubstitute to mock a lazy class

How to substitute Object.ToString using NSubstitute?

c# nsubstitute

NSubstitute mock extension method

c# random mocking nsubstitute

NSubstitute: Difference between Substitute.For<> and Substitute.ForPartsOf

c# nsubstitute