Forum member
jrote1
2 posts
Posts by jrote1
-
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…
10 Jan 2014 13:38 UTC
-
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
10 Jan 2014 10:56 UTC