Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

Mocking Generic Method with NSubstitute

c# .net nsubstitute ncrunch

NSubstitute: Mocking the request, response object inside a MVC/Web Api Controller?

AutoFixture + NSubstitute throws NotASubstituteException for injected auto mock

autofixture nsubstitute

Verifying a call parameter via a callback in NSubstitute

Return a new object for each Returns() in NSubstitute

c# unit-testing nsubstitute

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

how to mock AuthenticateAsync on AspNetCore.Authentication.Abstractions

Internal properties are not handled by NSubstitute

c# internal 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 - Received for async - “call is not awaited”warning