Forum member

MrAgitato

5 posts

Posts by MrAgitato

  1. Array as datarow attribute parameter

    Works like a charm, thanks!

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

  3. 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)] …

  4. Ignored tests and .v3.ncrunchproject-files

    Thanks for quick reply! This 'share tests ignored by NCrunch' setting was just what I was looking for.

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