Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

Why can't I capture a FakeItEasy expectation in a variable?

c# expression fakeiteasy

FakeItEasy: Reset Fake Calls History / Ignore Call

Use FakeItEasy's A.CallTo() on another method in same object

c# unit-testing fakeiteasy

FakeItEasy Proxy methods calls to real implementation

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