Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fakeiteasy

Any Good tutorial on FakeItEasy [closed]

mocking fakeiteasy

A.Fake<Stream>().Read(...) throwing InvalidOperationException

c# fakeiteasy

How to fake delegates with FakeItEasy

fakeiteasy

How to test for a Match with FakeItEasy on a predicate call?

c# lambda predicate fakeiteasy

How to Return Null value from method using FakeItEasy

c#-4.0 fakeiteasy

Faking Return value with F# and FakeItEasy

unit-testing f# 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