Forum member
MrAgitato
5 posts
Posts by MrAgitato
-
Array as datarow attribute parameter
Works like a charm, thanks!
02 Dec 2019 20:54 UTC
-
Array as datarow attribute parameter
Yes, but the test accepts params int[], which should accept an int as in the code above (this can easily be verified by calling the method from code instead of using attributes). I discovered that the version of the test adapter affects this behavoir. Using the following project file you get the…
15 Nov 2019 09:55 UTC
-
Array as datarow attribute parameter
I still have a problem with this, even with the DynamicAnalysis setting. Code example to reproduce the error: using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Tests { [TestClass] public class UnitTest1 { [DataTestMethod] [DataRow(1234)] …
13 Oct 2019 14:29 UTC
-
Ignored tests and .v3.ncrunchproject-files
Thanks for quick reply! This 'share tests ignored by NCrunch' setting was just what I was looking for.
27 Nov 2017 11:18 UTC
-
Ignored tests and .v3.ncrunchproject-files
The recommendation is to check in the .v3.ncrunchproject-files for the team to share settings. Fine so far. But I have an issue with ignored tests. We are starting to have a lot of tests distributed over several projects, all in the same solution. To use nCrunch efficiently, I usually ignore tests I…
23 Nov 2017 11:26 UTC