Fork me on GitHub
摘要: 这篇文章简介一下,如何通过 mock framework,来辅助我们更便利地模拟目标对象的依赖对象,而不必手工敲堆只为了这次测试而存在的辅助类型。 而模拟目标对象的部分,常见的有 stub object, mock object, fake object,本文也会简单介绍一下三者的不同点,并且通过实 阅读全文
posted @ 2017-12-27 21:17 Halower 阅读(1972) 评论(0) 推荐(0) 编辑
摘要: What is CQRS CQRS means Command Query Responsibility Segregation. Many people think that CQRS is an entire architecture, but they are wrong. CQRS is j 阅读全文
posted @ 2017-12-27 21:14 Halower 阅读(1166) 评论(0) 推荐(1) 编辑