Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

How to fix "type exists in both assemblies" failure when using DynamicProxy types in an assembly referencing NSubstitute?

Unit testing if a method is creating a record in Database

c# unit-testing nsubstitute

How to verify AddSingleton with special type is received using NSubstitute framework

Nsubstitute, changing the value of a property which is substituted

NSubstitute mocking Mongo IFindFluent does not work

NSubstitute - Make member return result of a lambda invocation

c# mocking nsubstitute

Verify Expression<Func<T, bool>> argument in a unit test with NSubstitute

Substitute a sealed class

c# unit-testing 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