Upgrade to Pro — share decks privately, control downloads, hide ads and more …

FakeItEasy - The simple way to get fakes done

FakeItEasy - The simple way to get fakes done

This talk is about FakeItEasy - the modern isolation framework with simple API. Details can be found in my post http://sstude.com/blog/2013/02/18/the-simple-way-to-get-fakes-done/

Akim Khalilov

February 05, 2013
Tweet

More Decks by Akim Khalilov

Other Decks in Programming

Transcript

  1. 2 Agenda • Why do we need fake objects •

    Fake objects – what are they? • What is FakeItEasy? • Examples • More examples
  2. 3 Why should we use fake objects? Do not use

    real bullets. Do not hurt anyone.
  3. 5 How can we build our fakes? Hand Rolled Fake

    Objects  Hard to implement  Can take a lot of time  Hard to support Existing frameworks  Easy to start  Easy to build things  Easy to write  Easy to maintain