Forum member
steelerc
2 posts
Posts by steelerc
-
V3 support for [DataRow] in MSTest V2 is not working
Thanks for the quick response. Unfortunately it seems to be more than just booleans, hope this helps clarify a simple underlying issue: [DataRow(LineOfBusiness.MmaCpl, UpdateAttributeType.TransportationPLPriorConditionsDate, null, "NullDate", "TransportationPLPriorConditionsDate", Displa…
28 Apr 2017 14:20 UTC
-
V3 support for [DataRow] in MSTest V2 is not working
I am seeing the same behavior running with DataTestMethod and DataRow tests in VS2017. I have the following decoration [DataTestMethod] [DataRow(true, DisplayName = "Internal User")] [DataRow(false, DisplayName = "External User")] public void GetTransactionGetsR…
28 Apr 2017 12:35 UTC