タグ

ブックマーク / www.martinfowler.com (1)

  • Mocks Aren't Stubs

    The term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. Most language environments now have frameworks that make it easy to create mock objects. What's often not realized, however, is that mock objects are but one form of special case test object, one that enables a different style of testing. In this article I'll explain how mock obje

    Mocks Aren't Stubs
    takamR1
    takamR1 2011/12/12
    モックとスタブの違い
  • 1