Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsubstitute

How to check any of multiple overloads called NSubstitute

Check return value in FluentAssertion exception syntax

Mocking DBContext in EF 6 not working as expected

How to raise an event with NSubstitute with EventHandler<T>?

NSubstitute for the EF's Core DbContext - how to use it?

nsubstitute ef-core-3.1

Nsubstitute check if setter has been called

Check that number of received calls is within range with NSubstitute

c# mocking nsubstitute

Mock class which inherit from abstract class and implements interface

How to write unit tests around private methods

NSubstitute, assert on received calls, arguments is compared using object.ReferenceEquals

How to mock Entity Framework's FromSqlRaw method?

Cannot test ILogger<T> Received with NSubstitute

C# Unit Test - To mock, stub or use explicit implementation

How can I return an object (ie. List<string>) from an object mocked with NSubstitute?

NSubstitute - faking a virtual method that calls another virtual method

c# unit-testing nsubstitute

Manipulating objects with DbSet<T> and IQueryable<T> with NSubstitute returns error

How to test if function does not throw exception? [duplicate]

Function is called when I do not expect it to with NSubstitute

c# unit-testing nsubstitute