You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataTestMethodAttribute has been included since initial commit. According to #238, now DataTestMethodAttribute seems to be integrated into TestMethodAttribute in the commit. I think DataTestMethodAttribute is now obsolete and just for backward compatibility.
Which should I specify with
DataRowAttribute
? No explicit guideline is found on reference.Could you put some explanations on DataTestMethodAttribute ?
DataTestMethodAttribute
has been included since initial commit. According to #238, nowDataTestMethodAttribute
seems to be integrated intoTestMethodAttribute
in the commit. I thinkDataTestMethodAttribute
is now obsolete and just for backward compatibility.DataRowAttribute example uses
TestMethodAttribute
, whereas this example usesDataTestMethodAttribute
.I found the same confusion here.
https://stackoverflow.com/questions/46904953/datatestmethod-vs-testmethod
The text was updated successfully, but these errors were encountered: