code-testing-extensions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Code Testing Extensions

代码测试扩展

This skill provides access to language-specific guidance files used by the code-testing pipeline. Call this skill to get the file paths, then read the relevant file for your target language.
此技能可访问代码测试流水线使用的特定语言指导文件。调用此技能获取文件路径,然后读取目标语言对应的相关文件。

Available Extension Files

可用扩展文件

FileLanguageContents
extensions/dotnet.md.NET (C#/F#/VB)Build commands, test commands, project reference validation, common CS error codes, MSTest template
extensions/cpp.mdC++Testing internals with friend declarations
extensions/dotnet-examples.md.NET (C#/F#/VB)Concrete pipeline examples: sample research output, plan, generated tests, fix cycles, final report
文件语言内容
extensions/dotnet.md.NET (C#/F#/VB)构建命令、测试命令、项目引用验证、常见CS错误代码、MSTest模板
extensions/cpp.mdC++使用友元声明测试内部逻辑
extensions/dotnet-examples.md.NET (C#/F#/VB)具体流水线示例:研究输出样本、计划、生成的测试、修复周期、最终报告

Usage

使用方法

Read the appropriate extension file for the target language before writing test code.
编写测试代码前,请读取目标语言对应的扩展文件。