Forum member

jrote1

2 posts

Posts by jrote1

  1. TestCaseSource

    this my code namespace XMLDataExtractorTests { [TestFixture] internal class XMLRetrieverTests { public static List<object[]> _metricCases = new List<Object[]> { new object[] { TestUtilities.Metrics[ 0 ], ApplicationMetricsFile, ApplicationMetricsSql }, new object…

  2. TestCaseSource

    When using the TestCaseSource attribute in nunit ncrunch does not always detect all the cases. All the cases are detected with visual studio test runner. And ideas or is this a bug? Thank in advance