An overview of unit testing terminology ( stub vs mock , integration vs. interaction )?

前端 未结 5 1441
温柔的废话
温柔的废话 2021-01-30 04:33

I\'m using more unit tests in my projects and reading all the information I can online and am getting confused by a lot of the terminology. As a result I\'m probably using these

5条回答
  •  無奈伤痛
    2021-01-30 04:55

    this is an excellent book: http://xunitpatterns.com/

    see: http://xunitpatterns.com/Mocks,%20Fakes,%20Stubs%20and%20Dummies.html

    and http://xunitpatterns.com/XUnit%20Terminology%20Crossreference.html

提交回复
热议问题