MSTest Not Discovering Test with [DataSource] Attribute for CSV File
I have an MSTest unit test that runs fine without the [DataSource] attribute. However, when I add a [DataSource] attribute to read from a CSV file, MSTest fails to discover the test. Here’s the test code: