Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

NSubstitute multiple return sequence

nsubstitute

Unable to cast object of type 'Castle.Proxies.XProxy' to type 'X' in WPF Designer

How to mock IAuthorizationService in .net core 2.0

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