Trying to run Nunit tests parameterized with TestCase attribute. Something like this:
[TestFixture] public class MyClass { [Test] [TestCase("option1&
From what I remember it needs to be quoted a bit differently;
nunit-console.exe MyProject.dll /run:"MyNamespace.MyClass.Test1(\"option1\")"