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
点赞
allure报告内容怎么清空啊?command中输入--clean-alluredir语句构建就会失败
posted @ 2020-11-11 10:09
Powered by:
博客园
Copyright © 2025 西秀岭
Powered by .NET 9.0 on Kubernetes