Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

FakeItEasy - Is it possible to intercept a method and replace it with my own implementation?

How to Assert that an Event Has been Subscribed To with FakeItEasy?

FakeItEasy says MustHaveHappened didn't happen ... but it did

Compiler Error for Expression/Func overloads

Return different objects from FakeItEasy A.CallTo()

unit-testing fakeiteasy

How can I use FakeItEasy with HttpClient, in a unit test?

Faking/mocking an interface gives "no default constructor" error, how can that be?

is it possible to mock/fake an extension method?

Getting arguments passed to a FakeItEasy-mock without using magic strings?

c# unit-testing moq fakeiteasy

How to mock protected virtual members in FakeItEasy?

c# unit-testing fakeiteasy

Using FakeItEasy, how to get the value set on a property on a fake?

c# mocking fakeiteasy

Fake generic method with FakeItEasy without specifying type

c# generics fakeiteasy

Why does FakeItEasy throw this exception, and why does making the method virtual fix it?

how to verify that a method was called with an argument of a specific type

fakeiteasy

How to test for exceptions thrown using xUnit, SubSpec and FakeItEasy

What is a Dummy used for in FakeItEasy?

c# mocking fakeiteasy

The specified object is not recognized as a fake object. Issue

c#-4.0 tdd nunit fakeiteasy

Out and Ref parameters with FakeItEasy

c# .net tdd mocking fakeiteasy

How to get access to parameters value in Returns() using FakeItEasy?

c# fakeiteasy

Are fakes better than Mocks? [closed]