Search code examples
Any Good tutorial on FakeItEasy...


mockingfakeiteasy

Read More
Disable FakeItEasy's AutoMocking...


c#unit-testingfakeiteasy

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


c#unit-testingfakeiteasy

Read More
Unable to set controller.Url property for simple test...


asp.net-mvcunit-testingfakeiteasy

Read More
Equivalent of JustMock's ReturnsCollection() in FakeItEasy?...


unit-testinglinq-to-sqlfakeiteasyjustmock

Read More
Return different objects from FakeItEasy A.CallTo()...


unit-testingfakeiteasy

Read More
Does FakeItEasy support the idea of Partial Mocks?...


c#unit-testingmockingfakeiteasy

Read More
How to assert a choice of calls with FakeItEasy...


c#unit-testingfakeiteasy

Read More
FakeItEasy deep nested types faking...


unit-testingmockingfakeiteasy

Read More
MustHaveHappened not being called when using IoC...


c#unit-testingmockingstructuremapfakeiteasy

Read More
Dependency injection refactoring...


c#asp.netasp.net-mvcc#-4.0fakeiteasy

Read More
MustHaveHappened fails when called twice on the same object...


c#unit-testingfakeiteasy

Read More
Warnings when using Fake.InitializeFixture...


visual-studiowarningsfakeiteasy

Read More
How to mock protected virtual members in FakeItEasy?...


c#unit-testingfakeiteasy

Read More
C# FakeItEasy fake method that have been overrided...


c#mockingfakeiteasy

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


c#mockingfakeiteasy

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


fakeiteasy

Read More
How to fake delegates with FakeItEasy...


fakeiteasy

Read More
How to mock an interface returned as property from another mock?...


c#mockingfakeiteasy

Read More
How to fake a generic method call using FakeItEasy?...


genericsdapperfakeiteasy

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


c#-4.0tddnunitfakeiteasy

Read More
Test using fake if a method logs an error when an exception is thrown within that method...


unit-testingfakeiteasy

Read More
first steps with FakeItEasy and problems with Action type...


c#-4.0actionfakeiteasy

Read More
How do you stub out calls to get properties?...


mockingstubfakeiteasy

Read More
Using Reflection Invoke static generic method passing a Lamba as parameter...


c#reflectionlambdafakeiteasy

Read More
Difference in Behavior between Rhino and FakeItEasy...


rhino-mocksfakeiteasy

Read More
Unit testing with FakeItEasy against nested Entity Framework member...


unit-testingentity-framework-4entity-framework-4.1fakeiteasy

Read More
Asserting a call to a public method on the same mock instance...


c#unit-testingmockingnunitfakeiteasy

Read More
Faking an nHibernate session with FakeItEasy...


unit-testingnhibernatetddfakeiteasy

Read More
How to mock class members in C#?...


c#mockingvarfakeiteasy

Read More
BackNext