frboyer
frboyer
@csoltenborn, after some tests I did, actually it is the FullyQualifiedName that have to be modified so that Test Explorer will correctly group tests in the "Test Hierarchy" and in...
This is a possible hierarchy I would like:  The 8 "TypeParametrizedTests" are grouped together, instead of 4 with "/0" and 4 with "/1" (I usually do not know what...
After doing several tests and looking at the source code of xUnit and data driven tests, I have been able to get the 5th hierarchy level:  The namespace is...
As you asked, here are some screenshots without hierarchy view, in both VS2015 and VS2017. In VS2015, there is no "group by namespace" view, so I used the "group by...
Ok, I found the problem with the tests. I had to set environment variable GTA_TESTS_VS2017 because GetVsTestConsolePath was not returning the path to the correct version of VS. Now all...
Using online examples, and doing some tests myself, I see there are at least two ways to present data driven tests in Test Explorer : what I got with MSTest...
For those interested, I made a pull request ( #47 ) passing all tests under latest MSVC (tested on Visual Studio 15.9 pre 1; cl 19.15.26726).