Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: dev15
Choose a base branch
from

Conversation

netspiri
Copy link

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

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