Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is it recommended to mock concrete class?

NSubstitute DbSet / IQueryable<T>

How to mock IConfiguration.GetValue

NSubstitute: Checking received methods with array arguments

c# nsubstitute