the
pico stitch
stuff about crafting (and) JavaScript
  • Home
  • Blog
  • Links
  • About
  • Newsletter Signup

Mocks Aren't Stubs

By Wolfram KriesingJan 19, 2014


The term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing.

Read the article from 2007!!!

Tags

  • tdd

    Related posts about tdd


    • Driven to Tests by Kevlin Henney
    • Smallest test runner
  • mock
  • stub
  • testing

    Related posts about testing


    • Discover and extract dependencies
    • How to be a great software developer
    • Driven to Tests by Kevlin Henney
    • Problem including mocha into a browserify build
    • Trash Your Servers and Burn Your Code: Immutable Infrastructure and Disposable Components

    • 2 more posts ...
<< Sandi Metz - The Design of TestsMarkdown used by metalsmith >>
  • Home
  • Blog
  • Links
  • About
  • Newsletter Signup

Pages

  • Home
  • Blog
  • Links
  • About
  • Newsletter Signup

Contact

  • Twitter
  • E-mail

Newest posts

  • JSCodeRetreat #13, Tetris again coderetreat
  • JSCodeRetreat #12 using Tetris coderetreat
  • Mikado Method Essentials mikado method
  • Mikado Method to install a Vim Plugin mikado method
  • Discover and extract dependencies javascript