Forum member

BradIrby

1 post

Posts by BradIrby

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