A .Net framework to create fake objects, mocks, stubs, etc.
I stumbled upon this open source project Fake It Easy, and I have to admit, it looks very interesting, however …
c# unit-testing mocking fakeiteasyI have been using Moq for my mocking needs the last years, but after looking at FakeItEasy i wanted to …
c# unit-testing moq fakeiteasyI’m using xUnit, SubSpec and FakeItEasy for my unit tests. I’ve so far created some positive unit tests …
c# unit-testing bdd xunit fakeiteasyI have a test (code is below) to test that Method1 calls Method2. The exception I'm getting is The current …
c# asp.net-mvc testing fakeiteasyUsing FakeItEasy, I am trying to capture the setting of a property value on a fake object: First the interface: …
c# mocking fakeiteasy