Distaste1194/CSharpTestMethods
收藏Hugging Face2024-11-30 更新2024-12-14 收录
下载链接:
https://hf-mirror.com/datasets/Distaste1194/CSharpTestMethods
下载链接
链接失效反馈官方服务:
资源简介:
使用TestMap工具,我们收集了CSharp源代码中定义的测试方法,并使用Roslyn API的SemanticModel来收集测试中方法调用的定义。对于每个测试方法,我们通过调用(即操作)收集被测试的方法,并收集了额外的上下文信息。
This dataset collects test methods defined in CSharp source code using the TestMap tool and uses the Roslyn APIs SemanticModel to collect the definitions for method invocations within the test. For each test method, the dataset collects the method being tested through invocations, i.e., actions, and also collects additional contextual information. The primary use of this dataset is as a proof-of-concept for the TestMap tool and can be used to fine-tune models for producing software tests in CSharp.
提供机构:
Distaste1194



