タグ

mockに関するkonoのブックマーク (2)

  • Mockfight! FlexMock vs. Mocha

    The document discusses FlexMock and Mocha, two Ruby libraries for mocking objects in tests. It describes what mocks are and when they should be used. It then outlines a "mockfight" between FlexMock and Mocha, where different testing scenarios are tried with each library. Both libraries are able to handle the scenarios. In the end, the document concludes that the two libraries now have similar feat

    Mockfight! FlexMock vs. Mocha
    kono
    kono 2010/05/13
  • [lib] モックとスタブの違い

    TEST http://d.hatena.ne.jp/devbankh/201001 モックやスタブを使った効率的なユニットテスト http://d.hatena.ne.jp/devbankh/201002 モックとスタブの違い コミュニケーション http://d.hatena.ne.jp/devbankh/20051124 簡単かつ効果的に話すために "モックオブジェクト"という言葉は、テストのために物のオブジェクトをまねる特殊なオブジェクトを表す言葉として定着した。しかしモックという言葉は元々スタブをキャッチーにしたものでなく、[スタブを使ったのとは別の] ユニットテスト方法を用いるためのものなのだ。この記事では、モックオブジェクトのファンに好まれる相互作用中心のテストと、よく行わている状態中心のテストスタイルとの違いを説明するために、モックとスタブの違いについて掘り下げる。 目次

    [lib] モックとスタブの違い
  • 1