You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an MSTest project using DataTestMethods will start out looking like the following. Note that the DataTestMethod is listed twice.
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 "?".
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 "✓".
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.
The text was updated successfully, but these errors were encountered:
Currently, an MSTest project using DataTestMethods will start out looking like the following. Note that the DataTestMethod is listed twice.
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 "?".
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 "✓".
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.
The text was updated successfully, but these errors were encountered: