C# 中如何进行私有(private)函数测试
摘要:public class User { public string Name; public string Id; private string GetID() { return Id; } } [TestClass()] public class UserTests { [TestMethod()
阅读全文
posted @ 2020-11-11 10:09
posted @ 2020-11-11 10:09