摘要: 先上代码 单元测试一般都是基于接口的,比如Isys_systemInfoService TestInitialize初始化的时候执行的函数 TestMethod待测试的方法 阅读全文
posted @ 2016-03-29 11:25 ChuckLu 阅读(231) 评论(0) 推荐(0)
摘要: 在VS的菜单栏上,Test-->Windows-->TestExplorer 在TestExplorer的最下方,有一个Output 查看测试结果,使用了Console.WriteLine 出现异常的时候,在提示窗口,右键,选择Copy All Test Name: DeleteSystemInfo 阅读全文
posted @ 2016-03-29 11:17 ChuckLu 阅读(1023) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb397951.aspx Expression trees represent code in a tree-like data structure, where each node is an expression 阅读全文
posted @ 2016-03-29 11:03 ChuckLu 阅读(476) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bb397676(v=vs.100).aspx Language-Integrated Query (LINQ) is the name for a set of technologies based on the i 阅读全文
posted @ 2016-03-29 10:07 ChuckLu 阅读(433) 评论(0) 推荐(0)