Description
The test result from a test adorned by a DataSourceAttribute today has a display name as follows:
TestMethodName (DataRow0)
TestMethodName (DataRow1)
.
.
.
TestMethodName (DataRown)
The only way one can know what values were passed in is to open the data source (excel/xml etc) and get a mapping. It'd be great if there was a way to configure this or even add a default with the values being used.
Steps to reproduce
Any testmethod adorned with a DataSource should exhibit this behavior.
AB#1408169