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
I have some unit tests where I use the TestContext.TestName.
However if I use it in a DataTestMethod my tests are failing because there is a collision between the tests because of the TestName.
Is there a way to determine if the test is a DataTestMethod? Or even better to retrieve the DisplayName from the TestContext.
The text was updated successfully, but these errors were encountered:
I have some unit tests where I use the TestContext.TestName.
However if I use it in a DataTestMethod my tests are failing because there is a collision between the tests because of the TestName.
Is there a way to determine if the test is a DataTestMethod? Or even better to retrieve the DisplayName from the TestContext.
The text was updated successfully, but these errors were encountered: