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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

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

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -