Forum member
BradIrby
1 post
Posts by BradIrby
-
NUnit TestCase without TestName
There seems to be a problem running NUnit 3.6.1 tests using unnamed TestCases. In these two test cases, the second test is passing when it should be failing. [quote] [TestFixture] public class SampleArrayTests { [TestCase(new int[] { 5, 2, 7, 8 }, TestName = "good1")] …
30 Aug 2017 15:39 UTC