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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -