visual-studio-test-runner Questions
2
I have an issue finding how to display tests according to class hierarchy in MS Test Runner (same in Resharper test runner) using XUnit.
I have structure similar to below example:
public class Ma...
Steffi asked 19/3, 2020 at 20:18
2
I'm using Visual Studio Test for C++, and am debugging a specific test. Microsoft has provided all kinds of ways to run the test in the debugger, but none that I really like. I am getting tired of ...
Sigmatism asked 3/7, 2013 at 13:21
0
I have some legacy projects with test libraries.
The projects (and unit tests) target .NET 3.5.
We are using VS 2017 enterprise.
I was able to locate some nuGet packages that would allow the tests...
Palaeozoology asked 20/10, 2017 at 11:46
4
Solved
When I open Visual Studio 2013 and load my solution I'm greeted by an error message telling me the Test Window is unable to load.
The composition produced a single composition error. The root cau...
Billion asked 30/11, 2013 at 15:0
3
Solved
Does each Class containing tests run in it's own thread? Or does each individual test run in it's own thread? If each Class containing tests has its own thread, are these run concurrently? ie, woul...
Arleenarlen asked 13/2, 2013 at 18:41
2
Solved
I've got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It's on an I7 with an SSD and 16GB RAM, with oodl...
Bearwood asked 30/1, 2014 at 1:1
1
I always get the following exceptions after my test has already completed, and the test runner is in the process of shutting down. Is this normal? I always feel rather concerned when I get a bunch ...
Lavabo asked 3/7, 2013 at 2:54
4
Solved
I'm using a custom runsettings file to control what projects are inspected for code coverage. I used the default template provided by Microsoft and have so far been able to exclude the items I want...
Impatience asked 24/11, 2012 at 19:46
1
© 2022 - 2024 — McMap. All rights reserved.