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

Grouping of MSTest DataRow DataTestMethods. #354

Open
TaedWynnell opened this issue Feb 25, 2022 · 1 comment
Open

Grouping of MSTest DataRow DataTestMethods. #354

TaedWynnell opened this issue Feb 25, 2022 · 1 comment

Comments

@TaedWynnell
Copy link

Currently, an MSTest project using DataTestMethods will start out looking like the following. Note that the DataTestMethod is listed twice.
ExampleInitial

But after running the tests, more lines are added for each DataRow, but note that the first two lines are still the duplication of the DataTestMethod name. Additionally, it seems that one or both of those lines should be updated with a red "X" instead of the grey "?".
ExampleWithFailures

Additionally, note that even if all of the DataTestMethod's DataRows pass, the first two lines are still the duplicate DataTestMethod name. Additionally, note that we still see a grey "?" instead of the expected green "✓".
ExampleGood

Lastly, a feature request would be that the DataTestMethod is treated as a group which can be expanded to list all the DataRows below it.

I am running .NET 17.0.0, VS Code 1.64.2, MSTest Test Adapter / Framework 2.2.8, .NET Core Test Explorer 0.7.7, and Linux Ubuntu 20.04.

@matisskeiris
Copy link

Another issue I noticed is that it is not possible to run specific DataRow afterwards or debug it.

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

No branches or pull requests

2 participants