10 2009 档案
《Pragmatic Unit Testing in C#》-Part1
摘要:Classic AssertsAsserts are the fundamental building block for unit tests; the NUnit library provides a number of different forms of assert as static methods in the Assert class. AreEqualAssert.AreEqua...
阅读全文
格式化XML:输出有缩进效果的XML字符串
摘要:格式化XML:输出有缩进效果的XML字符串 1. 一般情况下使用以下代码即可将XML字符串重新格式化: private string FormatXml(string source) { StringBuilder sb = new StringBuilder(); XmlTextWriter writer = null; try { XmlDocument doc = new XmlDocum...
阅读全文
浙公网安备 33010602011771号