frboyer

Results 7 comments of 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: ![possible_hierarchy](https://user-images.githubusercontent.com/1731690/42459016-fe813d9e-8368-11e8-9d77-4e635d158820.png) 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: ![better_hierarchy](https://user-images.githubusercontent.com/1731690/42538099-e3bccbca-8464-11e8-812d-a7e11bf53c9c.png) 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).