摘要: https://github.com/nsubstitute/NSubstitute http://nsubstitute.github.io/help/creating-a-substitute/ NSubstitute完全手册索引 What's the default value will NS 阅读全文
posted @ 2018-05-31 19:30 ChuckLu 阅读(198) 评论(0) 推荐(0) 编辑
摘要: What is mocking? Mocking is a process used in unit testing when the unit being tested has external dependencies. The purpose of mocking is to focus on 阅读全文
posted @ 2018-05-31 19:12 ChuckLu 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Test double - Wikipedia In computer programming and computer science, programmers and developers employ a technique called automated unit testing to e 阅读全文
posted @ 2018-05-31 18:28 ChuckLu 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 通过这种方式绑定数据 $("#modalTarget").data("target", paras); 然后取出数据, data: JSON.stringify($("#modalTarget").data("target")), data-dismiss https://stackoverflow 阅读全文
posted @ 2018-05-31 14:13 ChuckLu 阅读(505) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.placeholder?view=netframework-4.7 Using Panel or PlaceHolder https://stackoverfl 阅读全文
posted @ 2018-05-31 13:51 ChuckLu 阅读(267) 评论(0) 推荐(0) 编辑