Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

FakeItEasy - Is it possible to test constraints asynchronously (i.e. MatchesAsync)?

How to register dependencies that are not defined explicitly as Strict using AutoFixture with FakeItEasy?

Called method name inside FakeItEasy.Invokes()

c# .net fakeiteasy

A.CallTo(...).ReturnsLazily(...) throws "The specified object is not recognized as a fake object."

c# f# 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