Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

Using FakeItEasy to have a faked method call raise an event?

c# mocking fakeiteasy

.NET core with FakeItEasy

.net .net-core fakeiteasy

Why can most of the mock frameworks in .NET (Core) not mock static and private methods?

Disable FakeItEasy's AutoMocking

c# unit-testing fakeiteasy

Mocking a method within a method with FakeItEasy

c# unit-testing fakeiteasy

.NET CORE Testing - Mock IHttpContextAccessor with FakeItEasy

How to make a FakeItEasy faked object's method throw on first invocation and return on second?

FakeItEasy configure fake to throw exception and return value on the next call

Faking a generic method FakeItEasy

c# fakeiteasy

FakeItEasy Create a Fake of a Class

.net mocking fakeiteasy

FakeItEasy deep nested types faking

Asserting a call to a public method on the same mock instance

How to check that a call to any overload must have happened with FakeItEasy?

c# unit-testing fakeiteasy

Stubbing out parameters with pre-existing values in FakeItEasy

c# fakeiteasy

Does FakeItEasy support the idea of Partial Mocks?

What is the FakeItEasy equivalent of the Moq VerifyNoOtherCalls() method

c# moq fakeiteasy

Non virtual methods can not be intercepted

Using FakeItEasy, is there a way to fake the setter of a write only property?

c# fakeiteasy

FakeItEasy sometimes fails to create a fake when tests are run in parallel

how to It.IsAny<T> in FakeItEasy?

moq fakeiteasy