西秀岭

导航

11 2020 档案

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 西秀岭 阅读(1201) 评论(0) 推荐(0)