Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

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

NSubstitute ILogger .NET Core

Returning the result of a method that returns another substitute throws an exception in NSubstitute

c# nsubstitute

NSubstitute mock a void method with out parameters

NSubstitute - Testing for a specific linq expression

c# unit-testing nsubstitute

Can I get NSubstitute to auto mock my concrete classes?

nsubstitute

How stable is NSubstitute?

unit-testing nsubstitute

How can I create and populate my mock classes with Autofixture?

c# autofixture nsubstitute

Example of how to use AutoFixture with NSubstitute

NSubstitute: How to access actual parameters in Returns

NSubstitute - Check arguments passed to method

c# mocking nsubstitute

NSubstitute - mock throwing an exception in method returning Task

What are NSubstitute limitations, specially vs MOQ?