Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

Mocking out expression with NSubstitute

c# .net moq nsubstitute

Argument matching not working properly with NSubstitute

Importing NSubstitute into Unity project

NSubstitute mock generic method

c# generics nsubstitute

Why can most of the mock frameworks in .NET (Core) not mock static and private methods?

NSubstitute: Arg.Do does not fulfill the list of called parameters

nsubstitute

How can I test for calls ignoring params arguments in NSubstitute?

c# testing mocking nsubstitute

How to fake an object in NSubstitute and ignore its method's internal implementation?

c# unit-testing nsubstitute

MVC4 Unit test NSubstitute Could not find a call to return from

How do I mock a base method from the Controller class using the NSubstitue framework

How to set the return value for an IEnumerable class using NSubstitute

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