gpt4 book ai didi

c# - vstest.console 可以按所有匹配的特征过滤测试吗?

转载 作者:太空狗 更新时间:2023-10-29 22:57:56 25 4
gpt4 key购买 nike

记录在案on this MSDN article , vstest.console 可以过滤测试以按特征运行。例如,示例 vstest.console 命令可能如下所示:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "C:\mytest.dll" /TestCaseFilter:"TestCategory=traitA|TestCategory=traitB|traitN" /logger:trx

实际上,整篇文章都说将使用以下语法提供多个特征:

<Expression> is of the format <property>=<value>[|<Expression>].

我的问题是当你提供的不仅仅是一个特征时,测试是使用逻辑过滤的,而官方文档没有说明如何过滤匹配所有给定特征的测试.

最佳答案

提供的文章有未记录的表达格式。如果你使用 &而不是 |要提供多个特征您将过滤匹配所有给定特征的测试。

例如:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "C:\mytest.dll" /TestCaseFilter:"TestCategory=traitA&TestCategory=traitB&traitN" /logger:trx

关于c# - vstest.console 可以按所有匹配的特征过滤测试吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34353019/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com