摘要: Since you say you are new to unit testing and asked for mock objects in "layman's terms", I'll try a layman's example.Unit TestingImagine unit testing... 阅读全文
posted @ 2015-01-19 13:17 如来藏 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Mocking is primarily used in unit testing. An object under test may have dependencies on other (complex) objects. To isolate the behavior of the objec... 阅读全文
posted @ 2015-01-19 13:05 如来藏 阅读(188) 评论(0) 推荐(0) 编辑