Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

Rhino Mocks 'Expect' with FakeItEasy

How to build an HttpResponseHeaders for the FakeItEasy

Does CallBaseMethod () works for virtual property in FakeItEasy?

c# fakeiteasy

FakeItEasy to mock an object-modifying method

c# unit-testing fakeiteasy

How to set the return value of multiple generic functions with FakeItEasy?

FakeItEasy assert that method call to method

c# unit-testing fakeiteasy

FakeItEasy - Having an interface fake inherit from abstract while both share same interface inheritance

How to use FakeItEasy to verify FindOneAndUpdateAsync method ran Against faked MongoCollection?

Test ILogger with FakeItEasy

c# fakeiteasy ilogger

Can't fire event from FakeItEasy mock in unit test

FakeItEasy, Fake a parents virtual method from the child class

Faking an enumerator in FakeItEasy

Partial Mocking/Faking in Unit Testing

How to update a property on a parameter using FakeItEasy

fakeiteasy

Can you use FakeItEasy with EF Core

Using Expression Trees as an argument constraint

c# fakeiteasy

FakeItEasy AssignsOutAndRefParameters - lazily?

fakeiteasy

How to mock configuration.GetSection with FakeItEasy syntax?

c# .net fakeiteasy

Can "event Action<>" be invoked with 3 type arguments using fakeiteasy in unit tests

c# unit-testing fakeiteasy

Test project scans my controllers twice