Forum member
konstantin
2 posts
Posts by konstantin
-
Array as datarow attribute parameter
Thanks a lot, Remco. It works.
13 Jul 2018 09:43 UTC
-
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…
12 Jul 2018 13:16 UTC