Forum member

konstantin

2 posts

Posts by konstantin

  1. Array as datarow attribute parameter

    Thanks a lot, Remco. It works.

  2. Array as datarow attribute parameter

    Hello, There is problem in datarow attribute for unit test method. NCrunch can not substitute array parameter into test method. For example: [TestMethod] [DataRow(new string[] { "0" }, false)] [DataRow(new string[] { "0", "0", "0" }, false)] [DataRow(new string[] { "0.0001" }, true)] [Dat…