Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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