Forum member

KurtisMiller

1 post

Posts by KurtisMiller

  1. String parameter causes "This project contains multiple NUnit tests that share the same name."

    In the following circumstance, NCrunch reports that these test cases result in the same test name. [code=csharp] [TestCase("this is my parameter that is more than meets the eye")] [TestCase("this is my parameter that is more than you can handle")] [/code] (In my actual test, this is a relat…