unit testing - Issues using DataTestMethod and DataRow attributes in MS Test -


i have installed ms test v2 in vs 2015 instance using nuget , have added datatestmethod , datarow attributes unit tests , compile, when build, tests don't show in test explorer.

example:

[datatestmethod] [datarow("yahoo", "google")] public void testchecksite(string site) {      ... stuff here ... } 

what missing? there test explorer upgrade?

please let me know if still not see tests showing up.


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -