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

Visual studio test explorer hierarchies #1087

Open
fkpama opened this issue Apr 23, 2023 · 1 comment
Open

Visual studio test explorer hierarchies #1087

fkpama opened this issue Apr 23, 2023 · 1 comment

Comments

@fkpama
Copy link

fkpama commented Apr 23, 2023

Support for visual studio TestExplorer hierarchies.

While writing unit test I want to be able to specify the hierarchy in test explorer. With this commit the steps to do so would be the following.

1- Create a class inheriting from TestFixtureAttribute
2- Create the tests as usual
3- Set specific (optional) properties on the test that will be passed to MSTest TestCase (and then to TestExplorer window).

By doing so, the user should be able to override the default behavior of TestExplorer.

@OsirisTerje
Copy link
Member

Your demo seems to just mimic the existing functionality. I do get the possibilities here, but it would be good to see an example that is showing the possibilities better.

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

No branches or pull requests

2 participants