摘要: 在.net中有几种mock框架可供选择,比如NMock,PhinoMocks,FakeItEasy和Moq。尽管Moq相对较新,但是它非常易用。不需要像传统的Record/Replay。并且使用Moq在VS中可以得到智能提示。学习成本也不高。 这篇文章我们介绍下如何使用Moq来mock吧。 假定我们 阅读全文
posted @ 2017-07-11 22:02 Jara 阅读(5136) 评论(0) 推荐(2) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections; using System.Data.SqlClient; using IBatisNet.Common; usi... 阅读全文
posted @ 2017-07-11 16:47 Jara 阅读(171) 评论(0) 推荐(0) 编辑
摘要: --插入新的发送礼包数据 INSERT INTO UserPrivilegeGiftPackageLog ( RegNumber, PrivilegeId, GiftPackageId, [Status], Descn, CreateDate, EditDate, [ExpireDate] ) SE... 阅读全文
posted @ 2017-07-11 10:48 Jara 阅读(196) 评论(0) 推荐(0) 编辑