Can you create your own MSTEST data source

I was looking for a way to create my own DataSource for unit tests driven by data in MSTEST. I did not find documentation on how to do this or any base class or interface that I need to implement. Any ideas?

I am looking for something similar to FITNesse, but using Team Foundation Server for my backup storage.

+4
source share
1 answer

This is the answer I received from Matthew Anian at Microsoft.

Unfortunately, the data source mechanism is not extensible. I will add a function request to make it extensible. This will not affect VS 2010.

+3
source

All Articles