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

Mocks, stubs & seams

ngarneau
January 15, 2014

Mocks, stubs & seams

OpenCode talk about unit testing and advanced techniques using mocks stubs & seams

ngarneau

January 15, 2014
Tweet

More Decks by ngarneau

Other Decks in Programming

Transcript

  1. mocks The Observer Pattern Observable «interface» attachObserver() detachObserver() notify() ConcreteObservable

    setState() getState() Observer «interface» update() ConcreteObserver update()
  2. mocks mock it! expect the call only once attach it

    Hell yeah that’s a seam! acts as a test