Forum member

steelerc

2 posts

Posts by steelerc

  1. 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…

  2. 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…