Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

NSubstitute virtual getter returning substitution using ForPartsOf throws exception

c# mocking nsubstitute

Automocking with LightInject plus Nsubstitute, how?

Does NSubstitute support ref parameters?

How does NSubstitute .Returns<T>() work?

c# mocking nsubstitute

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

NSubstitute VerifyAll equivalent

NSubstitute use real instance of a class as substitute, except one method

nsubstitute received called with specific object argument

c# unit-testing nsubstitute

Does NUnit re-instantiate classes marked as TestFixtures between each test?

c# nunit nsubstitute

NSubstitute with delegates, checking received calls?

c# nsubstitute

Nsubstitute Calls Method in When even though there is DoNotCallBase

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