2

I am using NUnit Framework 2.6.4 and NUnit Test Adapter 2.0.0 (which seems to support up to 2.6.4). I am running Visual Studio 2015.

I have noticed in the Test Explorer Window that when tests fail, they show up as duplicates 3-4 times in a row the failed section. Has anyone else seen this? Is this a setting (is the test being run more than once?) or could this potentially be a bug?

I have not noticed any of my passing tests being duplicated.

My end goal is to clean it up. I only want to see the failed test once.

4

1 回答 1

3

检查您是否同时安装了 nuget 包和 vsix 扩展。使用 VS2015,如果您都安装了,则两者都使用。在 2015 年之前,扩展名被优先使用,这导致了不同类型的问题。:-)

于 2016-03-31T20:01:04.587 回答