Skip to content

Specify VSTestCase.FullyQualifiedName as dot-separated Boost.Test path name#104

Open
netspiri wants to merge 2 commits intomicrosoft:dev15from
netspiri:feature/#79
Open

Specify VSTestCase.FullyQualifiedName as dot-separated Boost.Test path name#104
netspiri wants to merge 2 commits intomicrosoft:dev15from
netspiri:feature/#79

Conversation

@netspiri
Copy link
Copy Markdown

As noted by @jsutes in issue #79, Visual Studio seems to use a (undocumented?) protocol to create a hierarchy based on the FullyQualifiedName property of Visual Studio Test Case. This solution changes the slash-separated ('/') Boost.Test test paths to dot-separated ('.') names.

Note that this may cause a breaking change - users of vstest.console will need to outline tests in the /Tests: command line option using the new scheme. In addition, no guarantees can be made with regards to correct visualisation of Boost.Test test cases which are manually registered via a user-specified (string) name (which may contain dots).

@davidsanda
Copy link
Copy Markdown

Please merge this finally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants