I have test methods decorated with a DataSource attribute like:
[DataSource(PROVIDER_INVARIANT_NAME, CONNECTION_STRING,
"Test Case#", DataAccessMethod.Sequential),
TestMethod]
with the test case number in MTM replacing "Test Case#". I'm trying to get that number within the unit test but TestContext.DataRow.Table.TableName is always "Table1". Can anyone tell me how to get the real value?