Tag: 单元测试
All the articles with the tag "单元测试".
-
Interpreter Pattern in C#:从表达式到 AST 求值
Published: at 07:24 AM这篇文章用一个小型算术表达式解释器讲清 Interpreter Pattern:定义表达式接口,拆出终结符和非终结符,加入变量上下文,再写 parser 和测试验证优先级与求值结果。
-
Visual Studio 2026 中 GitHub Copilot 测试功能正式发布:为 .NET 开发带来 AI 驱动的单元测试
Published: at 12:00 AMGitHub Copilot 测试功能现已在 Visual Studio 2026 v18.3 正式发布,提供 AI 驱动的单元测试生成能力,支持自然语言提示和多个便捷入口,帮助开发者快速生成高质量测试代码。